mirror of
https://github.com/docker/compose.git
synced 2026-07-10 02:11:34 +00:00
Merge pull request #7689 from ulyssessouza/parse_build_cli_network-mode
Parse network-mode on CLI build
This commit is contained in:
commit
c3f26bf511
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