correction
This commit is contained in:
10
README.md
10
README.md
@@ -1,8 +1,8 @@
|
|||||||
# Demo Springboot
|
# Demo Springboot
|
||||||
|
|
||||||
1 - Cloner ce repo
|
1- Cloner ce repo
|
||||||
2 - Dans le répertoire springboot_demo
|
|
||||||
3 - Build de l'image
|
2- Dans le répertoire springboot_demo , Build de l'image
|
||||||
````
|
````
|
||||||
docker build -t <votre repo>/stringboot-rest:v1.0.0
|
docker build -t <votre repo>/stringboot-rest:v1.0.0
|
||||||
````
|
````
|
||||||
@@ -11,7 +11,7 @@ Dans mon cas:
|
|||||||
````
|
````
|
||||||
docker build -t gitea.zen6.info/stef/springboot_demo/stringboot-rest:v1.0.0
|
docker build -t gitea.zen6.info/stef/springboot_demo/stringboot-rest:v1.0.0
|
||||||
````
|
````
|
||||||
4 - Configuration de docker-compose.yaml
|
3- Configuration de docker-compose.yaml
|
||||||
|
|
||||||
Modifier le nom de l'image pour indiquer votre repo local
|
Modifier le nom de l'image pour indiquer votre repo local
|
||||||
```
|
```
|
||||||
@@ -24,7 +24,7 @@ En :
|
|||||||
|
|
||||||
Remplacer l'url stringboot.msi.stef.lan par votre url
|
Remplacer l'url stringboot.msi.stef.lan par votre url
|
||||||
|
|
||||||
4 - Push de l'image
|
4- Push de l'image
|
||||||
```
|
```
|
||||||
docker push <votre repo>//stringboot-rest:v1.0.0
|
docker push <votre repo>//stringboot-rest:v1.0.0
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user