Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 522 Bytes

page15.md

File metadata and controls

26 lines (15 loc) · 522 Bytes
layout
default

Payment Projesi - Python Projesini Docker Konteyner Haline Getirmek

docker image oluşturmak

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

$ cd payment 

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

$ docker run -d --name app-payment -p 8004:8004 image-payment:latest

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

$ docker push keramiozsoy/image-payment

yay back