Start Dockerfile
cd day7test/root
tree -s . # Print tree
du -hb . # Find dir sizes recursively
du -hb . > out.txt
From host's terminal:
docker cp <container-id>:/day7test/root/out.txt ./out.txt
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||
Start Dockerfile
cd day7test/root
tree -s . # Print tree
du -hb . # Find dir sizes recursively
du -hb . > out.txt
From host's terminal:
docker cp <container-id>:/day7test/root/out.txt ./out.txt