mirror of
https://github.com/microsoft/WSL.git
synced 2025-12-11 23:39:22 -06:00
Format
This commit is contained in:
parent
9c18826a1f
commit
cdf7c46124
@ -21,8 +21,7 @@ using wsl::windows::service::wsla::WSLAContainer;
|
|||||||
const std::string nerdctlPath = "/usr/bin/nerdctl";
|
const std::string nerdctlPath = "/usr/bin/nerdctl";
|
||||||
|
|
||||||
// Constants for required default arguments for "nerdctl run..."
|
// Constants for required default arguments for "nerdctl run..."
|
||||||
static std::vector<std::string> defaultNerdctlRunArgs{
|
static std::vector<std::string> defaultNerdctlRunArgs{ //"--pull=never", // TODO: Uncomment once PullImage() is implemented.
|
||||||
//"--pull=never", // TODO: Uncomment once PullImage() is implemented.
|
|
||||||
"-it", // TODO: only enable if fds allow for a tty.
|
"-it", // TODO: only enable if fds allow for a tty.
|
||||||
"--net=host", // TODO: default for now, change later
|
"--net=host", // TODO: default for now, change later
|
||||||
"--ulimit",
|
"--ulimit",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user