|
@@ -23,9 +23,10 @@ In this case, don't forget to push the new image to a registry edit the
|
|
|
Example:
|
|
Example:
|
|
|
```
|
|
```
|
|
|
# Build and tag the image
|
|
# Build and tag the image
|
|
|
-docker build -t abompotas/k8s-overleaf:5 ./deployment
|
|
|
|
|
|
|
+cd overleaf
|
|
|
|
|
+docker build -t harbor.reymota.es/overleaf/k8s-overleaf:5 .
|
|
|
# Push the image to Docker Hub
|
|
# Push the image to Docker Hub
|
|
|
-docker push abompotas/k8s-overleaf:5
|
|
|
|
|
|
|
+docker push harbor.reymota.es/k8s-overleaf:5
|
|
|
```
|
|
```
|
|
|
|
|
|
|
|
### Deploy the application
|
|
### Deploy the application
|