Test Insert Object Quit Option

- Add option to stop test insert object
- Remove comments from model_insertion_plugin.cpp
- Update home.md to specify root user when attaching a new terminal
This commit is contained in:
Sravan Balaji
2020-04-19 19:40:57 -04:00
parent 2158c5efcd
commit 01e7902c1f
3 changed files with 8 additions and 7 deletions

View File

@@ -130,4 +130,4 @@ Instructions for working in the GEAR Simulation can be found on the [GEAR](gear.
- See running containers
- `docker ps`
- Attach a new terminal to a running container
- `docker exec -it <container> bash`
- `docker exec -it -u root <container> bash`