Skip to content

백엔드 개발자들의 도커 마스터를 위한 머나먼 여정

Notifications You must be signed in to change notification settings

samshiSekki/we-are-docker-master

Repository files navigation

docker image 생성

docker build -t docker-practice-app .

docker container 생성

docker run --rm -it -p 3000:5000/tcp docker-practice-app:latest

접속 http://localhost:3000

About

백엔드 개발자들의 도커 마스터를 위한 머나먼 여정

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published