Skip to content
This repository was archived by the owner on Nov 10, 2022. It is now read-only.

Latest commit

 

History

History
23 lines (18 loc) · 468 Bytes

File metadata and controls

23 lines (18 loc) · 468 Bytes

cesp-service

build docker image

docker build . -t cr.yandex/crpi40k5e5q63h0a89q1/cesp-service

Push Docker image

docker push cr.yandex/crpi40k5e5q63h0a89q1/cesp-service

Pull Docker image on remote machine

sudo docker pull cr.yandex/crpi40k5e5q63h0a89q1/cesp-service

sudo docker-compose up -d

Run Docker container

docker run -d -p 81:80 --restart always --name cesp-service cr.yandex/crpi40k5e5q63h0a89q1/cesp-service