Skip to content

Commit 5be3aad

Browse files
authored
docs(fix): fix typo registry doc (#5653)
1 parent 122391f commit 5be3aad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pages/container-registry/how-to/push-images.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ After [configuring Docker on your local machine](/container-registry/how-to/conn
2222

2323
1. Open a terminal window on your local computer.
2424
2. Pull the latest release of the [Ubuntu](https://hub.docker.com/_/ubuntu/) Docker image:
25-
```
26-
docker pull ubuntu:latest
2725
```bash
26+
docker pull ubuntu:latest
27+
```
2828
3. Tag the image:
2929
```bash
3030
docker tag ubuntu:latest rg.fr-par.scw.cloud/mynamespace/ubuntu:latest

0 commit comments

Comments
 (0)