Update tutorial creating an ubuntu container with distrobox authored by Jeffrey George Fisher's avatar Jeffrey George Fisher
......@@ -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