“Ekspor Gambar Docker” Kode Jawaban

gambar paket docker untuk mengajukan

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

Ekspor Gambar Docker

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

Jawaban yang mirip dengan “Ekspor Gambar Docker”

Pertanyaan yang mirip dengan “Ekspor Gambar Docker”

Lebih banyak jawaban terkait untuk “Ekspor Gambar Docker” di Shell/Bash

Jelajahi jawaban kode populer menurut bahasa

Jelajahi bahasa kode lainnya