document artifact downloading

This commit is contained in:
Alex Dadgar
2016-03-16 09:56:04 -07:00
parent 40870bc519
commit 23de2f95a4
8 changed files with 167 additions and 107 deletions

View File

@@ -121,8 +121,10 @@ Example:
```
task "secretservice" {
driver = "docker"
config {
image = "secret/service"
auth {
username = "dockerhub_user"
password = "dockerhub_password"
@@ -194,6 +196,7 @@ task "redis" {
config {
image = "redis"
port_map {
redis = 6379
}