fixed markdown code show

This commit is contained in:
mlappi 2022-02-13 23:36:36 +01:00
parent 798c396e89
commit 2166a0e90f

View File

@ -71,7 +71,6 @@ For now, we will create the network first and attach the MySQL container at star
If you see a `docker: no matching manifest` error, it's because you're trying to run the container in a different
architecture than amd64, which is the only supported architecture for the mysql image at the moment. To solve this
add the flag `--platform linux/amd64` in the previous command. So your new command should look like this:
```bash
docker run -d \
--network todo-app --network-alias mysql --platform linux/amd64 \