This commit is contained in:
asus
2024-02-05 14:36:48 +01:00
parent e12d615275
commit 8d2384862f
3 changed files with 8 additions and 2 deletions

View File

@@ -1 +1,6 @@
# jipf 2023
#### install
this project uses submodules recursively, so you after cloning you need to :
`git submodule update --init --recursive`

View File

@@ -9,4 +9,5 @@
### commands
- `docker exec -ti <container-name> bash` to run bash inside a running container
- `git submodule update --init --recursive`
- `docker logs <container_name>` to see the logs on standard output of a container
- `docker ps` to list the container, and see their names