Adding example on what to do if user (role) doesn't exist on the Agent on which the task will run
This commit is contained in:
parent
c633b131df
commit
2f410e98d2
1 changed files with 4 additions and 0 deletions
|
@ -231,6 +231,10 @@ aurora job create devcluster/www-data/prod/hello hello_world.aurora
|
|||
|
||||
```
|
||||
|
||||
Note that user `www-data` must exist on the Agent on which the task will be run.
|
||||
If that user doesn't exist, please modify the role value inside the .aurora file as well
|
||||
as the command to a user that exists on the machine on which the task will be run.
|
||||
|
||||
## Creating a docker-compose-executor job
|
||||
Now that we have a thermos job running, it's time to launch a docker-compose job.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue