Category / Uncategorized
-
Copy file to local folder from docker container
Check containerId, by runing this command: sudo docker ps In order to copy a file from a container to the local computer, use following command: docker cp <containerId>:/file_path_inside_container /local_path Here's an example:…August 13, 2019
Loading posts...