Build a system container image that includes inner container images

by ctalledo secret
GNU/Linux ◆ screen-256color ◆ bash 393 views

Demo for the Sysbox container runtime (get it at www.nestybox.com).

The demo shows how to use “docker build” to build a system container image that includes inner container images.

Steps shown in the video:

  1. Verify Sysbox is installed and configured as the default Docker runtime (required during the “docker build” only).

  2. Show the Dockerfile

  3. Build the system container image

  4. Deploy the system container using the newly built image

  5. Start Docker inside the system container, and verify that the system container comes pre-loaded with inner container images.