Created
March 10, 2020 17:03
-
-
Save wmantly/6ecdb7134ada4b0b4ced0153ec3a6953 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd ../../c9 | |
cd rootfs/ | |
fuidshift `pwd` -t -r b:0:231072:65536 | |
fuidshift `pwd` -r b:0:231072:65536 | |
tar --numeric-owner -czvf container_fs.tar.gz ./* | |
scp container_fs.tar.gz [email protected]:/root/c9_fs.tar.gz |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment