관리 메뉴

bright jazz music

[Docker] 테스트 서버 구축 본문

OS 및 기타/docker & kubernetes

[Docker] 테스트 서버 구축

bright jazz music 2023. 3. 8. 22:27

환경설정

https://stackoverflow.com/questions/27093612/in-a-dockerfile-how-to-update-path-environment-variable

 

In a Dockerfile, How to update PATH environment variable?

I have a dockerfile that download and builds GTK from source, but the following line is not updating my image's environment variable: RUN PATH="/opt/gtk/bin:$PATH" RUN export PATH I read that tha...

stackoverflow.com

 

 

1, 도커 설치

2. systemctl enable docker

https://help.iwinv.kr/manual/read.html?idx=572 

 

단 몇초만의 클라우드 | iwinv 서버

1. Docker 자동 실행 Docker는 컨테이너를 종료하거나 재시작할 때 컨테이너들을 자동으로 시작할지의 여부를 제어하는 재시작 정책을 제공합니다. systemctl enable docker.service 명령어로 단순히 docker.ser

help.iwinv.kr

3.

 

 

환경변수 설정/

Comments