Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 563 Bytes

File metadata and controls

26 lines (16 loc) · 563 Bytes
layout
default

Shop Projesi - Java Projesini Docker Konteyner Haline Getirmek

docker image oluşturmak

Gradle yüklü olmalıdır.

$ git clone https://github.com/microservice-base/shop.git

$ cd shop 

$ docker build --no-cache  -t image-shop  -f container/docker/Dockerfile .

$ docker run -d --name app-shop -p 8001:8001 image-shop:latest        #check can able to create container

$ docker tag image-shop:latest keramiozsoy/image-shop:latest

$ docker push keramiozsoy/image-shop

yay back