“Экспорт Docker Image” Ответ

Docker Pack Image to File

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

Экспорт Docker Image

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

Ответы похожие на “Экспорт Docker Image”

Вопросы похожие на “Экспорт Docker Image”

Больше похожих ответов на “Экспорт Docker Image” по Shell/Bash

Смотреть популярные ответы по языку

Смотреть другие языки программирования