August 2018
Intermediate to advanced
352 pages
12h 30m
English
Perform the following steps:
$ mkdir xenial
$ sudo debootstrap xenial ./xenial
You will see the directory tree, similar to any Linux root filesystem, inside the directory in which Xenial Xerus is installed:
$ ls ./xenial
bin boot dev etc home lib lib64 media mnt opt proc root run sbin srv sys tmp usr var
$ sudo tar -C xenial/ -c . | docker image import - xenial
Read now
Unlock full access