mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 18:35:44 +03:00
document artifact downloading
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user