Skip to content
Snippets Groups Projects
Verified Commit b00f4c1f authored by Antoine Lima's avatar Antoine Lima
Browse files

Better README explanations

parent e587dc50
No related branches found
No related tags found
No related merge requests found
Pipeline #119118 passed
......@@ -4,9 +4,9 @@ Docker image fitted with the right packages for SY31 + compose file to run smoot
## Run the image
1. Clone this repository: `git clone https://gitlab.utc.fr/SY31/docker -- sy31-docker`
2. Go inside it `cd sy31-docker`
3. Run `docker-compose up -d` to start the service as detached
4. Run `docker-compose run ros`
2. Go inside it: `cd sy31-docker`
3. Start the service in the background: `docker compose up -d`
4. Open new terminals: `docker compose run ros`
By default, a bash history will be synced with the one in this repo and a `workspace` folder will be created to export your work.
......
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