Created
April 4, 2018 13:00
-
-
Save pansila/f0b25c1fdaef400f43f4a65b5ac67f60 to your computer and use it in GitHub Desktop.
How do I relocate the docker images?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| First, all images are stored in the Hyper-V drive | |
| C:\Users\Public\Documents\Hyper-V\Virtual hard disks | |
| In Windows 10, | |
| Stop docker etc | |
| Type “Hyper-V Manager” in task-bar search box and run it. | |
| Select your PC in the left hand pane (Mine is called DESKTOP-CBP**) | |
| Right click on the correct virtual machine (Mine is called MobyLinuxVM) | |
| Select “Turn off” (If it is running) | |
| Right click on it again and select “Move” | |
| Follow the prompts |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment