Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pages/container-registry/how-to/push-images.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading