Daily Weekly Monthly

Daily Shaarli

All links of one day in a single page.

July 20, 2017

lean container tricks

How do I create a container?

The basic work flow to creating a container is simple:

Build rootfs --> Import container --> Use Container
Creating the rootfs

You can use all sorts of tools to create the root FS as well.

  • Buildroot
  • Gentoo
  • debootstrap
  • yum/dnf
  • Alpine
  • others...

Brian's example used Buildroot to create a root FS and that's what I'll do here.