mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 23:05:49 +00:00
remove network
This commit is contained in:
parent
7b0b04b30a
commit
e8f1ac5c15
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ docker system prune -af
|
||||||
echo "####################################################"
|
echo "####################################################"
|
||||||
echo "Build and run container..."
|
echo "Build and run container..."
|
||||||
echo "build . -t spring_image"
|
echo "build . -t spring_image"
|
||||||
echo "docker run -itd --net=assignment2 -p:8080:8080 --name spring-clinic spring_image"
|
echo "docker run -itd --p:8080:8080 --name spring-clinic spring_image"
|
||||||
docker build . -t spring_image
|
docker build . -t spring_image
|
||||||
docker run -itd --net=assignment2 -p:8080:8080 --name spring-clinic spring_image
|
docker run -itd -p:8080:8080 --name spring-clinic spring_image
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue