mirror of
https://github.com/microsoft/WSL.git
synced 2025-12-10 00:44:55 -06:00
Format
This commit is contained in:
parent
6fc68e8999
commit
912af10f08
@ -21,11 +21,10 @@ using wsl::windows::service::wsla::WSLAContainer;
|
|||||||
constexpr const char* nerdctlPath = "/usr/bin/nerdctl";
|
constexpr const char* 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.
|
"--net=host", // TODO: default for now, change later
|
||||||
"--net=host", // TODO: default for now, change later
|
"--ulimit",
|
||||||
"--ulimit",
|
"nofile=65536:65536"};
|
||||||
"nofile=65536:65536"};
|
|
||||||
|
|
||||||
HRESULT WSLAContainer::Start()
|
HRESULT WSLAContainer::Start()
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user