We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 122391f commit 5be3aadCopy full SHA for 5be3aad
pages/container-registry/how-to/push-images.mdx
@@ -22,9 +22,9 @@ After [configuring Docker on your local machine](/container-registry/how-to/conn
22
23
1. Open a terminal window on your local computer.
24
2. Pull the latest release of the [Ubuntu](https://hub.docker.com/_/ubuntu/) Docker image:
25
- ```
26
- docker pull ubuntu:latest
27
```bash
+ docker pull ubuntu:latest
+ ```
28
3. Tag the image:
29
30
docker tag ubuntu:latest rg.fr-par.scw.cloud/mynamespace/ubuntu:latest
0 commit comments