Docker CheatSheet
# Copy file from container to local machine docker cp <containerId>:/file/path/within/container /host/path/target
--
# Copy file from container to local machine docker cp <containerId>:/file/path/within/container /host/path/target
--