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 @
45a80e0f
...
...
@@ -89,3 +89,11 @@ user@distrobox:~$ distrobox-host-exec git
To make it easier to use you can add a Bash alias.
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:~$ git
... successfully runs the git command, from the host OS ...
```
\ No newline at end of file