mirror of
https://github.com/docker/compose.git
synced 2025-04-08 17:05:13 +02: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
@ -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…
x
Reference in New Issue
Block a user