Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

export 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
Comment

PREVIOUS NEXT
Code Example
Shell :: push to multiple repos git 
Shell :: bash for do done 
Shell :: change dns in openvpn config 
Shell :: Start MySQL FreeBSD 
Shell :: unittest run specific test 
Shell :: create react and rails app 
Shell :: spinkit flutter 
Shell :: docker push image 
Shell :: Bash echo to standard output from function 
Shell :: git flow sourcetree command 
Shell :: expo cli 
Shell :: replace a newline using sed linux bash 
Shell :: git bisect 
Shell :: wps office has not found any installed printers 
Shell :: openssl generate passwort terminal 
Shell :: brew install cf cli 
Shell :: how to install bash script on mac terminal 
Shell :: install mavros on ubuntu 
Shell :: pocketsphinx mac big sur 
Shell :: Show Commit Log as Graph For Current or All Branches in git command 
Shell :: vscode add folder to workspace cli 
Shell :: gradle init scala 
Shell :: ubuntu reset to default dash 
Shell :: check files created in the last x days linux 
Shell :: awk print only range of lines 
Shell :: where are php errors logged 
Shell :: unzip mac terminal 
Shell :: purge opencv ubuntu 20.04 
Shell :: bash script get value from piped input 
Shell :: webdriver-manager install in mac 
ADD CONTENT
Topic
Content
Source link
Name
6+4 =