Fix small typo in Docker auth docs

This commit is contained in:
Carlos Diaz-Padron 2015-11-19 23:11:08 -08:00
parent 8764865e16
commit 341e9da221

View file

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