| Change Private Cloud Container Installation to Secondary Drive | 
		| 8/2/2022 - Cloudmersive Support | 
		| By default, Cloudmersive Private Cloud stores container images and volumes on the C:\drive.  If you wish to change to another drive, e.g.D:\orE:\then follow these steps: 
Perform the Cloudmersive Private Cloud installation but stop after completing the Install Pre-requisites step.
Reboot the server.
Open Administrative Tools and open Services.  Select Docker Engineand click on Stop.
Open the location C:\ProgramData\Docker\configand adddaemon.jsonif it does not exist.
Change the contents of daemon.jsonto be the following: {
 "data-root": "D:\\ProgramData\\Docker"
}
 Be sure to change D:as needed.  Save and close the file. 
In the Services view, select Docker Engine and click on Start.
Complete the remaining steps in the Cloudmersive Private Cloud installation. |