We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0f5933 commit d821fd8Copy full SHA for d821fd8
README.md
@@ -1 +1 @@
1
-# linux2018
+# linux2021
index.html
@@ -477,10 +477,11 @@ <h2>Building Linux Containers</h2>
477
touch extra/sbin/init
478
cp /lib/x86_64-linux-gnu/libpthread.so.0 /lib/x86_64-linux-gnu/libc.so.6 extra/lib
479
cp /lib64/ld-linux-x86-64.so.2 extra/lib64
480
+ls extra/*
481
cp rootfs.tar fixup.tar
-tar rvf fixup.tar -C extra .
482
+tar rvf --overwrite fixup.tar -C extra .
483
docker import - basic-system < fixup.tar
-docker run -t -i basic-system /bin/sh
484
+docker run -it basic-system /bin/sh
485
</code></pre>
486
<!-- https://blog.docker.com/2013/06/create-light-weight-docker-containers-buildroot/ -->
487
</section>
0 commit comments