we use powershell console in our windows doocker container, is there any way to create D drive in the windows container?
Please suggest
Share and learn in the Docker community.
we use powershell console in our windows doocker container, is there any way to create D drive in the windows container?
Please suggest
You can’t create a new drive like you would in a standard Windows environment. However, you can use the existing filesystem structure. If you need additional storage, consider using volumes or bind mounts.
Could you please provide more information on this topic? Specifically, I would like to know where to start when it comes to checking free space and allotted space in a Windows container. I need detailed instructions on how to view these details.