Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion WSL/wsl-container.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,10 @@ curl localhost:8080
wslc container ps
# Stop the container
wslc container stop web
# Mount a folder
wslc run -it --rm -v C:\Users\me\project:/workspace ubuntu:latest
```

## WSL container API

Windows applications can make use of Linux containers as well! A nuget package will be available allowing you to programmatically pull, run, and interact with Linux containers. Including key interactions like stdin and stdout, file mounts, networking mounts, GPU access and more.
Windows applications can make use of Linux containers as well! A nuget package will be available allowing you to programmatically pull, run, and interact with Linux containers. Including key interactions like stdin and stdout, file mounts, networking mounts, GPU access and more.