“Docker -Bild exportieren” Code-Antworten

Docker -Packbild zur Datei

docker save -o fedora-all.tar fedora
Ill Impala

Docker -Bild exportieren

You first must export the WSL distribution you wish to clone.

1. wsl.exe --export OriginalDistributionName FileName.tar

You must now import the distribution you just cloned with the following command:

2. wsl.exe --import ClonedDistributionName InstallLocation FileName.tar

You can start the cloned distribution by running the following command:

3. wsl --distribution ClonedDistributionName
calyCoder

Ähnliche Antworten wie “Docker -Bild exportieren”

Fragen ähnlich wie “Docker -Bild exportieren”

Weitere verwandte Antworten zu “Docker -Bild exportieren” auf Shell/Bash

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen