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 bbbcd04 commit fa1195dCopy full SHA for fa1195d
containers/rust-hello-world/README.md
@@ -45,7 +45,7 @@ To complete the actions presented below, you must have:
45
1. In a terminal, access this directory (containing the Dockerfile), and run the following command to build and tag the image:
46
47
```bash
48
- docker docker build --platform linux/amd64 -t rg.fr-par.scw.cloud/hello-rust/crabnet:v1.0.0 .
+ docker build --platform linux/amd64 -t rg.fr-par.scw.cloud/hello-rust/crabnet:v1.0.0 .
49
```
50
51
1. Tag and push the image to the registry namespace:
0 commit comments