Skip to content
This repository has been archived by the owner on Sep 16, 2020. It is now read-only.

Latest commit

 

History

History
7 lines (5 loc) · 175 Bytes

HOWTO-access-container-fs-from-host.md

File metadata and controls

7 lines (5 loc) · 175 Bytes

How to access a container's filesystem from the host

$ sudo ls /proc/$(docker inspect -f '{{.State.Pid}}' $containerid)/root/

This seems working well with volumes