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
1 changed files with 1 additions and 1 deletions

View File

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