From b00f4c1f4ea4b9b3ac6182b0e7a0f79bd36b5373 Mon Sep 17 00:00:00 2001 From: Antoine Lima <antoine.lima@hds.utc.fr> Date: Tue, 23 May 2023 11:34:29 +0200 Subject: [PATCH] Better README explanations --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 486bb08..1b1466b 100644 --- a/README.md +++ b/README.md @@ -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. -- GitLab