I want to do volume mapping using my python code using docker SDK in python. SDK version is 4.2.0 and command for doing the same in command line is
docker run -v ./host_location:/container_location image_name
I wand to do the same using Docker-py.
I want to do volume mapping using my python code using docker SDK in python. SDK version is 4.2.0 and command for doing the same in command line is
docker run -v ./host_location:/container_location image_name
I wand to do the same using Docker-py.