diff --git a/pages/container-registry/how-to/push-images.mdx b/pages/container-registry/how-to/push-images.mdx index c83d2e665d..f177d0392e 100644 --- a/pages/container-registry/how-to/push-images.mdx +++ b/pages/container-registry/how-to/push-images.mdx @@ -22,9 +22,9 @@ After [configuring Docker on your local machine](/container-registry/how-to/conn 1. Open a terminal window on your local computer. 2. Pull the latest release of the [Ubuntu](https://hub.docker.com/_/ubuntu/) Docker image: - ``` - docker pull ubuntu:latest ```bash + docker pull ubuntu:latest + ``` 3. Tag the image: ```bash docker tag ubuntu:latest rg.fr-par.scw.cloud/mynamespace/ubuntu:latest