Skip to content

Commit

Permalink
Merge pull request #1757 from mesosphere/fix/1740-update-docs-for-args
Browse files Browse the repository at this point in the history
Update docs: provide guidance for named args
  • Loading branch information
aquamatthias committed Jul 7, 2015
2 parents a0092d6 + ac1c675 commit aeba3cf
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/docs/native-docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,16 @@ and execute `echo hello`:
}
```

Named arguments can be passed as an array of consecutive `argc, argv` tuples,
e.g.:

```json
"args": [
"--name", "etcd0",
"--initial-cluster-state", "new"
]
```

#### Privileged Mode and Arbitrary Docker Options

Starting with version 0.7.6, Marathon supports two new keys for docker
Expand Down

0 comments on commit aeba3cf

Please sign in to comment.