Skip to content

Commit

Permalink
docs: Add documentation about using custom home.
Browse files Browse the repository at this point in the history
  • Loading branch information
nain-F49FF806 committed Feb 23, 2024
1 parent e6f1370 commit ebc2d09
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,21 @@ Links: {[Distrobox install]} {[Toolbx install]}

```bash
## Create a container with any rusty-pets oxidised image (only need to do this once)
distrobox create --image ghcr.io/nain-f49ff806/rusty-pets/fedora-oxidized.toolbox:latest --name fedoraX-39
distrobox create --image ghcr.io/nain-f49ff806/rusty-pets/fedora-oxidized.toolbox:latest --name fedoraX

## Enter the created container (whenever you please)
distrobox enter fedoraX-39
distrobox enter fedoraX
```

You can also assign custom home directory for your pets, to keep separate dotfiles.

```bash
## Create a rusty-pets distrobox with separate home
mkdir -p ~/Distroboxes/archX
distrobox create --home ~/Distroboxes/archX --name archX --image ghcr.io/nain-f49ff806/rusty-pets/arch-oxidized.toolbox:latest

## Enter the created container (whenever you please)
distrobox enter archX2
```


Expand Down

0 comments on commit ebc2d09

Please sign in to comment.