Skip to content
Snippets Groups Projects
Commit e1da5140 authored by Yaman Umuroglu's avatar Yaman Umuroglu
Browse files

[Docs] mention how to open new terminal in running container

parent b7a9ec34
No related branches found
No related tags found
No related merge requests found
......@@ -31,6 +31,7 @@ Getting an interactive shell for development or experimentation
sh run_docker.sh
Simply running sh run-docker.sh without any additional arguments will clone the dependency repos, create a Docker container and give you a terminal with you can use for development for experimentation.
If you want a new terminal on an already-running container, you can do this with `docker exec -it finn_dev_<username> bash`.
.. warning:: The Docker container is spawned with the `--rm` option, so make sure that any important files you created inside the container are either in the /workspace/finn folder (which is mounted from the host computer) or otherwise backed up.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment