mirror of
https://github.com/YunoHost/yunohost-portal.git
synced 2024-09-03 20:06:23 +02:00
Proper link to Docker instructions
This commit is contained in:
parent
c3e1caf77d
commit
944a27037b
1 changed files with 1 additions and 1 deletions
|
@ -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`
|
||||
|
|
Loading…
Reference in a new issue