Skip to content

Latest commit

 

History

History
83 lines (57 loc) · 2.55 KB

comparison.rst

File metadata and controls

83 lines (57 loc) · 2.55 KB

Racker vs. other tools

About

This section outlines similarities and differences between Racker and other, very similar tools, which are also more mature. Mostly, it is about Distrobox and Toolbox.

General

See also the Comparison with similar tools section within the main README.

Linux distribution support

The distributions supported on the container side.

Image provisioning

Distrobox

distrobox-init will take care of installing missing dependencies (eg. sudo), set up the user and groups, mount directories from the host to ensure the tight integration. Note that this HAS to run from inside a distrobox, will not work if you run it from your host.

Toolbox

Currently, Toolbox will need prepared images.

Racker

Racker will provision operating system images by sourcing them from OCI-compliant image registries and install missing dependencies on the fly by invoking systemd-nspawn without using the --boot option.

Notes

There is also Boombox, CoreOS toolbox, docker-coreos-toolbox-ubuntu, microos-toolbox and tlbx.