@@ -18,11 +18,13 @@ For our use case, you'll be using Distrobox to run a specific Ubuntu version on
# Installing Distrobox
Official instructions: https://distrobox.privatedns.org/#installation
If Distrobox is already packaged for your Linux distribution, you can install it with your package manager. If you're on the latest version of your distribution, Distrobox is probably available in the package repositories.
```sh
sudo apt update &&sudo apt install-y curl podman
```
Otherwise follow the "Curl or Wget" instructions.
```sh
curl -s https://raw.githubusercontent.com/89luca89/distrobox/main/install | sudo sh
```
# Creating the Ubuntu container
...
...
@@ -30,6 +32,8 @@ By default Distrobox does not create a separate home directory for the container
I like to store the home directories for my Distroboxes under `~/distrobox/`. --- Jeff
Make the `~/distrobox/ram` directory to store the files for the container.
```sh
mkdir-p ~/distrobox/ram
```
...
...
@@ -96,4 +100,4 @@ You can also setup a specific command to be run outside, for example: