mirror of
https://github.com/docker/compose.git
synced 2026-08-27 03:45:29 +00:00
Add volumes to run command
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
This commit is contained in:
parent
7603a3b832
commit
b25a6b4bd6
6 changed files with 183 additions and 8 deletions
|
|
@ -15,6 +15,7 @@ type Opts struct {
|
|||
Name string
|
||||
Publish []string
|
||||
Labels []string
|
||||
Volumes []string
|
||||
}
|
||||
|
||||
// ToContainerConfig convert run options to a container configuration
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue