This is an Ubuntu Linux based toolbox for Flatcar Linux
370
Flatcar Container Linux (former CoreOS) is a minimal linux distribution with Docker as package manager. Because of this it lacks of tools like tmux. Fortunately you can use Flatcar's toolbox to install any distribution and tools into a container. This way you can use your default distro under Flatcar. Toolbox uses systemd-nspawn to start container, but you don't need to bootstrap, because it uses Docker images as a base. More information.
This is an Ubuntu Linux based toolbox for Flatcar Linux. With this you can install any tool you found in Ubuntu's apt package manager. It is configured to be able to use the most important tools in the container and you see similar environment.
After install you can remove the docker image, no longer needed (because it is extracted to /var/lib/toolbox):
docker rmi wallneradam/docker-coreos-toolbox-ubuntu
Just start toolbox command. You will be in a virtual machine (used with systemd-nspawn) with most Flatcar tools working like etcdctl and docker.
With this toolbox, you can just run:
toolbox tmux
If you detach it, it is running in the background, so you can reattach it again with:
toolbox tmux attach -t 0
The source is available on Github.
Content type
Image
Digest
sha256:654e3fc58…
Size
241.9 MB
Last updated
over 2 years ago
docker pull wallneradam/docker-flatcar-toolbox-ubuntu