You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
3. Run the command below to log in to your Scaleway account in the terminal. Do not forget to replace the placeholder with your Container Registry namespace endpoint:
96
+
3. Run the command below to log in to your Scaleway account in the terminal. Make sure that you replace the placeholder values with your own:
## How to build and push your image from your dockerfile
75
+
## How to build and push your image from your Dockerfile
76
76
77
77
1. Open a terminal and navigate to the directory containing your Dockerfile.
78
78
@@ -82,7 +82,7 @@ CMD ["./main"]
82
82
docker build -t my-application .
83
83
```
84
84
85
-
3. Run the command below to log in to your Scaleway account in the terminal. Do not forget to replace the placeholder with your Container Registry namespace endpoint:
85
+
3. Run the command below to log in to your Scaleway account in the terminal. Make sure that you replace the placeholder values with your own.
0 commit comments