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:
Renan DelValle 2016-08-15 14:41:37 -07:00
parent c633b131df
commit 2f410e98d2

View file

@ -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.