tg123/oci-to-wsl

Import an OCI container image into a Windows Subsystem for Linux (WSL) distribution.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
imageOCI image reference to import, e.g. ubuntu:22.04 or myacr.azurecr.io/myimage:latest. Ignored when "profile" is set.no
nameWSL distribution name to create. Required unless "profile" sets it or "save-tar" is used.no
profilePath to a YAML profile file (or "-" for stdin, or an http(s):// URL) describing the image, files, users, init_cmds, etc. Overrides "image"/"name"/"dir" when set.no
dirDirectory to store the WSL virtual disk (default: .\<name>).no
save-tarWrite the exported rootfs tar to this path and skip "wsl --import".no
loglevelLogging verbosity: debug, info, warn, or error.noinfo
versionRelease of oci-to-wsl to download, e.g. v1.2.3. Defaults to "latest".nolatest
namedescription
binaryPath to the oci-to-wsl.exe binary that was downloaded and used.