I wanted to access the directories and files that ...
# 07-devops
a
I wanted to access the directories and files that where created when /gcbm/new and /gcbm/upload where fired in the flint.cloud project. Since I am using windows to run the repo I am not able to access the same. Any idea on how to access it
1
b
@few-sugar-35346 is using a Windows operating system and she can best help on that.
a
Actually,in order to access volumes it's asking me to purchase docker desktop premium and if I try to access the physical location of the volume that was created by container then it's a hard disk image file which cannot be opened
f
Hi, you can inspect the container following the below : 1. docker ps - get the container id from here 2. docker exec -it
container-id
bash This will take you into the root of the container
a
Great! Thanks @few-sugar-35346 for helping me out.