Docker
-
에러 메세지 : standard_init_linux.go:211: exec user process caused "no such file or directory"Docker 2020. 3. 29. 13:57
해결법 : 아래 링크 참고 https://futurestud.io/tutorials/how-to-fix-exec-user-process-caused-no-such-file-or-directory-in-docker How to fix “exec user process caused „no such file or directory“” in Docker We ran into the following error when creating Docker-based GitHub Actions: the “standard_init_linux.go:211: exec user process caused „no such file or directory“” Everything worked locally and the Dockerf..
-
도커 기본 학습하기 좋은 링크Docker/도커 기본 학습 2020. 2. 29. 13:44
출처 : https://javacan.tistory.com/category/%EB%A6%AC%EB%88%85%EC%8A%A4%2CTomcat%2C%EC%84%9C%EB%B2%84%2C%EC%BB%A8%ED%85%8C%EC%9D%B4%EB%84%88%20%EB%93%B1 도커 시작하기 0 : 우분투에 도커 설치하기 도커 시작하기 1 : 도커란 도커 시작하기 2 : 컨테이너 실행하기 도커 시작하기 3 : 호스트 포트, 환경 변수, 로컬 스토리지 도커 시작하기 4 : 스토리지와 볼륨 도커 시작하기 5 : 단일 호스트 네트워크 도커 시작하기 6 : 도커 이미지 이해 도커 시작하기 7 : Dockerfile을 이용한 이미지 생성 도커 시작하기 8 : 도커 스웜 - 클러스터 구축 도커 시작하기 9 : 도커 스웜 -..