Update tutorial creating an ubuntu container with distrobox authored by Jeffrey George Fisher's avatar Jeffrey George Fisher
...@@ -48,6 +48,16 @@ Once it's done, enter the Distrobox to finish the setup: ...@@ -48,6 +48,16 @@ Once it's done, enter the Distrobox to finish the setup:
distrobox enter ram distrobox enter ram
``` ```
To exit the Distrobox:
```
exit
```
You can also use `logout`, or `Ctrl-d`.
-----
Now you're done, and can move onto [Tutorial: Setting up ROS](/training/tutorial-setting-up-ros). Now you're done, and can move onto [Tutorial: Setting up ROS](/training/tutorial-setting-up-ros).
# Things to know about Distrobox # Things to know about Distrobox
... ...
......