Merge pull request #477 from carlosdp/fix-docker-auth-typo

Fix small typo in Docker auth docs
This commit is contained in:
Diptanu Choudhury 2015-11-19 23:13:57 -08:00
commit fe7874b48e

View file

@ -103,7 +103,7 @@ task "secretservice" {
image = "secret/service" image = "secret/service"
auth { auth {
username = "dockerhub_user" username = "dockerhub_user"
username = "dockerhub_password" password = "dockerhub_password"
} }
} }
} }