Proper link to Docker instructions

This commit is contained in:
Alexandre Aubin 2023-07-27 01:04:36 +02:00
parent c3e1caf77d
commit 944a27037b

View file

@ -5,7 +5,7 @@
### Develop (using Docker)
- Install Docker
- It should boil down to adding something like `deb [arch=amd64 signed-by=/usr/share/keyrings/docker-archive-keyring.gpg] https://download.docker.com/linux/debian bullseye stable` to your apt list
- cf [these instructions](https://docs.docker.com/engine/install/debian/#set-up-the-repository) to add Docker's apt repository
- and then `apt update && apt install docker-ce`
- Install Docker-compose
- `pip3 install docker-compose`