Skip to content
This repository has been archived by the owner on Oct 26, 2023. It is now read-only.

Commit

Permalink
README.md update
Browse files Browse the repository at this point in the history
  • Loading branch information
mgoltzsche committed Jun 11, 2017
1 parent ddf3e7f commit 2a7989e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ To build rkt-compose from source [go](https://golang.org/) 1.8 is required.
| `--fetch-gid` | 0 | Sets the group used to fetch images |

**COMMAND**:

`run PODFILE` - Runs a pod from the descriptor file. Both pod.json and docker-compose.yml descriptors are supported. If a directory is provided first pod.json and then docker-compose.yml files are looked up.

| Option | Default | Description |
Expand All @@ -39,7 +40,7 @@ To build rkt-compose from source [go](https://golang.org/) 1.8 is required.
| `--consul-datacenter` | dc1 | Consul datacenter |
| `--consul-check-ttl` | 60s | Consul check TTL |

`dump PODFILE` - Loads a pod model and dumps it as JSON.
`dump PODFILE` - Loads a pod model and prints it as JSON.

| Option | Default | Description |
| --- | --- | --- |
Expand Down

0 comments on commit 2a7989e

Please sign in to comment.