mirror of
https://github.com/docker/compose.git
synced 2026-07-01 21:54:30 +00:00
Parse network-mode on CLI build
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
This commit is contained in:
parent
3f18d599b4
commit
dfd5ff396a
1 changed files with 1 additions and 0 deletions
|
|
@ -1845,6 +1845,7 @@ class _CLIBuilder:
|
|||
command_builder.add_flag("--force-rm", forcerm)
|
||||
command_builder.add_params("--label", labels)
|
||||
command_builder.add_arg("--memory", container_limits.get("memory"))
|
||||
command_builder.add_arg("--network", network_mode)
|
||||
command_builder.add_flag("--no-cache", nocache)
|
||||
command_builder.add_arg("--progress", self._progress)
|
||||
command_builder.add_flag("--pull", pull)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue