docs: Update docker.md

This commit is contained in:
Jeremy Bradley-Silverio Donato
2022-01-06 17:39:32 +01:00
committed by Benoit Chevallier
parent ddf8c830d7
commit db3e922ba2

View File

@@ -43,7 +43,7 @@ docker login ghcr.io
This command will ask for a username and a password. For username, just enter your GitHub username. For password, you should create a personal access token from [here](https://github.com/settings/tokens) selecting `read:packages` permission. Just paste the generated access token as your password, and you are good to go.
Once you do that you can get inside the docker environment using the following command:
Once you do that, you can get inside the docker environment using the following command:
```shell
make docker_build_and_start