From 2f410e98d2d79fad68f01845959c5c39815e09c6 Mon Sep 17 00:00:00 2001 From: Renan DelValle Date: Mon, 15 Aug 2016 14:41:37 -0700 Subject: [PATCH] Adding example on what to do if user (role) doesn't exist on the Agent on which the task will run --- docs/getting-started.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/getting-started.md b/docs/getting-started.md index 867dc3e..4e489d1 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -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.