egrath
January 12, 2020, 11:01am
7
As toolbox is under the hood just a wrapper and some added sugar for Podman, you can always use it directly to create a Ubuntu based “Toolbox”. Just follow my Tutorial:
Introduction
What is this all about?
Podman is a technology, which allows you to run an arbitrary linux operating system inside something called a “container”. A “container” can be seen as a operating system, running inside another operating system like an application.
Glossar
Podman: The technology and also the main command used here (podman)
Container: A isolated operating system running as an application and sharing resources with the host system
Image: An operating system image used to …