#docker #kubernetes #container #orchestrator #microservice #infrastructure-as-code #devops #ci #cd

제목[re]theia 질문2020-05-25 10:15
작성자

안녕하세요

해당 도커 컨테이너는 제대로 동작하고 있습니다.


theia github를 document를 참고하면 다음과 같이 컨테이너 내부 3000번 포트를 맵핑이 필요합니다.

그래서 해당 ip/port로 들어가보면 동작하는 것을 확인할 수 있습니다.


# Linux, macOS, or PowerShell
docker run -it --init -p 3000:3000 -v "$(pwd):/home/project:cached" theiaide/theia:next

# Windows (cmd.exe)
docker run -it --init -p 3000:3000 -v "%cd%:/home/project:cached" theiaide/theia:next
댓글
이전theia 질문2020-05-25
다음assignment2질문2020-05-18