Skip to content
Snippets Groups Projects
Commit d193c01e authored by user's avatar user
Browse files

include useful docker commands

parent e58d34c4
No related branches found
No related tags found
No related merge requests found
......@@ -44,3 +44,11 @@ This should look like:
## Authors
- Maximilian Gruber
## Useful commands
interactive shell inside running container:
`docker exec -it cocalibration_networking_layer-backend-1 /bin/bash`
copy files from container to host:
`docker cp cocalibration_networking_layer-backend-1:/code/sql_app.db ~/Desktop/inspection/data`
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment