GNU/Linux ◆ xterm-256color ◆ bash 112 views

Create a container from the shell using just the following command:

  • unshare
  • ip
  • pivot_root
  • mount

Uses the following technologies implemented in the Linux kernel:

  • Namespace (mount, network, uts, pid)
  • OverlayFS
  • pivot_root
  • bind mount