Changes
Page history
Update tutorial creating an ubuntu container with distrobox
authored
Sep 17, 2023
by
Jeffrey George Fisher
Show whitespace changes
Inline
Side-by-side
training/tutorial-creating-an-ubuntu-container-with-distrobox.md
View page @
56d8fc22
...
...
@@ -93,7 +93,7 @@ I alias `distrobox-host-exec` to `h` so it is very quick to type. --- Jeff
You can also setup a specific command to be run outside, for example:
```
user@distrobox:~$ ln -s /usr/bin/distrobox-host-exec /usr/local/bin/git
user@distrobox:~$
sudo
ln -s /usr/bin/distrobox-host-exec /usr/local/bin/git
user@distrobox:~$ git
... successfully runs the git command, from the host OS ...
```
\ No newline at end of file