Skip to main content

Container Guide

info

You may want to watch this video tutorial by Ray Vermey:

tip

We recommend using bpkg and user to make this process much easier.

Intro to the blendOS container manager

Learn how to manage containers with this guide!

The blendOS container manager, located in the blendOS Settings app, is how you manage containers on blendOS.

Using the container manager

To start, you will see something like this:

blend-create

Set the container distro and name in the boxes below and hit Create Container.

info

Keep in mind that when making your containers, you can name them whatever you want, so instead of arch and pacman.arch you could make it as ar and pacman.ar to save on keystrokes.

Then, you'll see some creation logs like this:

blend-logs

Once the logs go away, you should see something like this (but with the container you made):

blend-manager

On the top are your containers, which act as a sort of distro in a distro. From here you can start, reorder (more on that later), or delete them.

blend-containers

You can also make a new container from here, if you want to.

Binary associations

On the bottom, you'll notice you can make binary associations. These allow you to turn container binaries into normal (suffixless) binaries. (ex. apt.ubuntu -> apt)

blend-a

In blendOS, binaries are automatically made available on the host in the format:

(BINARY_NAME).(CONTAINER_NAME) 

(ex. apt.ubuntu)

If you want to get rid of the suffix, we can use binary assosciations to make our lives easier. For our example, you can assocate apt to the Ubuntu container, and dnf to the Fedora container.

tip

Create an Arch container.

In v3, you cannot access the system pacman, so you'll want make an Arch container to be able to use pacman again via pacman.<arch_container_name>.

To use these, put the binary name in the first box (ex. apt) and the container name in the second (ex. ubuntu), then clicking the + icon.

blend-ex

You can now run apt from the terminal by just typing apt instead of apt.ubuntu!

blend-ub

Android apps (WayDroid)

You can install Android apps by switching to the 'Android apps' tab, and clicking on Initialize.

blend-waydroid

After it initalizes (and you enter your password two-three times), you should see this. Once you do, reboot:

blend-w-2

Aurora Store setup

Click the Initialize button next to Aurora Store in the Android apps tab.