correction
parent
27165a91b3
commit
b5da4f1380
10
README.md
10
README.md
|
|
@ -1,8 +1,8 @@
|
|||
# Demo Springboot
|
||||
|
||||
1 - Cloner ce repo
|
||||
2 - Dans le répertoire springboot_demo
|
||||
3 - Build de l'image
|
||||
1- Cloner ce repo
|
||||
|
||||
2- Dans le répertoire springboot_demo , Build de l'image
|
||||
````
|
||||
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
|
||||
````
|
||||
4 - Configuration de docker-compose.yaml
|
||||
3- Configuration de docker-compose.yaml
|
||||
|
||||
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
|
||||
|
||||
4 - Push de l'image
|
||||
4- Push de l'image
|
||||
```
|
||||
docker push <votre repo>//stringboot-rest:v1.0.0
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in New Issue