Skip to content
This repository has been archived by the owner on Feb 24, 2020. It is now read-only.

Commit

Permalink
Merge pull request #3847 from kinvolk/iaguis/document-pod-manifest
Browse files Browse the repository at this point in the history
Documentation: add --pod-manifest explanation
  • Loading branch information
iaguis committed Nov 16, 2017
2 parents a1a97d4 + ab2618c commit ebb97a6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Documentation/subcommands/run.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ Multiple applications can be run in a pod by passing multiple images to the run
# rkt run example.com/app1 example.com/app2
```

## Run from a runtime manifest

The flag `--pod-manifest` allows users to specify a [*runtime manifest*](https://github.com/appc/spec/blob/master/spec/pods.md#app-container-pods-pods)
to run as a pod. This means image manifests for apps in the pod will be
overriden and any configuration specified in them will be ignored.

## Overriding the app's name

Be default, the image's name will be used as the app's name.
Expand Down

0 comments on commit ebb97a6

Please sign in to comment.