Container Guide
You may want to watch this video tutorial by Ray Vermey:
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:
Set the container distro and name in the boxes below and hit Create Container
.
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:
Once the logs go away, you should see something like this (but with the container you made):
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.
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
)
(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.
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
).
You can now run apt
from the terminal by just typing apt
instead of apt.ubuntu
!
Android apps (WayDroid)
You can install Android apps by switching to the 'Android apps' tab, and clicking on Initialize.
After it initalizes (and you enter your password two-three times), you should see this. Once you do, reboot:
Aurora Store setup
Click the Initialize button next to Aurora Store in the Android apps tab.