본문 바로가기
반응형

소프트웨어 개발/Docker10

docker desktop stopped... windows 10/11 [이슈] docker desktop stopped... [원인] 저의 케이스는 wsl2에서 wsl1로 변경하다가 도커가 작동이 안되는 현상이 발생되어 다시 재설치 하는 과정에서 이슈가 발생되었습니다. - windows 10/11 64bit 이면서 wsl2를 만족시키지 못할 경우 - hyper-v 비활성화 [ 해결 순서 ] 저는 도커를 삭제하고 wsl을 업데이트를 통하여 해결을 하였습니다. 1. 도커를 삭제 -> 제어판>프로그램 제거 -> C:\Program Files\Docker 폴더 삭제 -> C:\Users\[사용자계정폴더]\.doker 폴더 삭제 -> C:\Users\[사용자계정폴더]\AppData\Local\Docker 폴더 삭제 -> C:\Users\[사용자계정폴더]\AppData\Roaming.. 2022. 2. 11.
도커 ( docker ) PHP 개발환경 설치 Nginx, PHP8.1,Mariadb / codeigniter4 코드이그나이터4 windows10/11 윈도우즈 10/11 본 예제를 실행을 하려면 아래 링크의 내용이 선행되어야 합니다. https://lifefun.tistory.com/59 도커 ( docker ) PHP 개발환경 설치 Nginx, PHP8.1,Mariadb / windows10/11 윈도우즈 10/11 1. 설치 환경 우선 해당 환경을 구동을 하려면 도커가 먼저 설치가 되어 있어야 합니다. 필요사항 OS: Windows 10 64bit or Windows 11 64bit RAM : 4GB WSL 2 기능 활성화 도커(Docker) 설치 도커 다운로드 : ht.. lifefun.tistory.com 도커에서 php8.1이 설치된 CLI화면으로 진입합니다. 진입 시 아래 화면처럼 CLI 화면이 나타납니다. CLI화면에 bash 입력 후 엔터 bash 웹 소스.. 2022. 2. 5.
도커 ( docker ) PHP 개발환경 설치 Nginx, PHP8.1,Mariadb / windows10/11 윈도우즈 10/11 1. 설치 환경 우선 해당 환경을 구동을 하려면 도커가 먼저 설치가 되어 있어야 합니다. 필요사항 OS: Windows 10 64bit or Windows 11 64bit RAM : 4GB WSL 2 기능 활성화 도커(Docker) 설치 도커 다운로드 : https://docs.docker.com/desktop/windows/install/ 미리설정한 도커 파일 다운로드 : 2. 설치 설정 폴더 구조 설명 images -> 빌더 설정관련 파일 └ ubuntu -> 우분투 빌더 이미지 관련 파일 : nginx, php8.1 설치 이미지 └ └ conf └ └ └ nginx.conf -> nginx 설정파일 └ └ └ supervisord.conf -> 슈퍼바이저 설정파일 └ └ Dockerfile -> 우.. 2022. 2. 5.
도커 ( docker ) PHP 개발환경 설치 Nginx, PHP8.1,Mariadb / windows10/11 윈도우즈 10/11 1. 설치 환경 우선 해당 환경을 구동을 하려면 도커가 먼저 설치가 되어 있어야 합니다. 필요사항 OS: Windows 10 64bit or Windows 11 64bit RAM : 4GB WSL 2 기능 활성화 도커(Docker) 설치 도커 다운로드 : https://docs.docker.com/desktop/windows/install/ 미리설정한 도커 파일 다운로드 : 2. 설치 설정 폴더 구조 설명 images -> 빌더 설정관련 파일 └ ubuntu -> 우분투 빌더 이미지 관련 파일 : nginx, php8.1 설치 이미지 └ └ conf └ └ └ nginx.conf -> nginx 설정파일 └ └ └ supervisord.conf -> 슈퍼바이저 설정파일 └ └ Dockerfile -> 우.. 2022. 2. 5.
도커 ( docker ) PHP 개발환경 설치 Nginx, PHP7.4,Mariadb / windows10/11 윈도우즈 10/11 1. 설치 환경 우선 해당 환경을 구동을 하려면 도커가 먼저 설치가 되어 있어야 합니다. 필요사항 OS: Windows 10 64bit or Windows 11 64bit RAM : 4GB WSL 2 기능 활성화 도커(Docker) 설치 도커 다운로드 : https://docs.docker.com/desktop/windows/install/ 미리설정한 도커 파일 다운로드 : 2. 설치 설정 폴더 구조 설명 images -> 빌더 설정관련 파일 └ ubuntu -> 우분투 빌더 이미지 관련 파일 : nginx, php7.4 설치 이미지 └ └ conf └ └ └ nginx.conf -> nginx 설정파일 └ └ └ supervisord.conf -> 슈퍼바이저 설정파일 └ └ Dockerfile -> 우.. 2022. 2. 2.
도커 Docker - CRIT Supervisor is running as root [이슈] CRIT Supervisor is running as root [해결] [supervisord] user = root 2022. 2. 1.
docker exited with code 0 [이슈] docker exited with code 0 [원인] 시작 시 bash가 안 붙어서 발생 자신의 컴포즈 설정 파일(*.yml)에서 처리하고자 하는 서비스 영역에 아래 코드를 추가해 주시면 됩니다. stdin_open: true tty: true 2022. 1. 31.
그누보드 간편설치 - 도커(Docker)로 그누보드5 개발환경 구성 - windows 10,11 ( nginx + php7.4 mariadb ) 1. 설치 환경 우선 해당 환경을 구동을 하려면 도커가 먼저 설치가 되어 있어야 한다. 필요사항 OS: Windows 10 64bit or Windows 11 64bit RAM : 4GB WSL 2 기능 활성화 도커(Docker) 설치 도커 다운로드 : https://docs.docker.com/desktop/windows/install/ 2. 폴더 적재 및 구조 설명 images -> 빌더 설정관련 파일 └ nginx -> nginx 빌더 이미지 관련 파일 └ └ Dockerfile └ └ default.conf └ php -> php 빌더 이미지 관련 파일 └ └ Dockerfile mariadb_data -> db파일 source -> 웹소스 파일 docker_project.zip을 해당 게시물에서.. 2022. 1. 27.
도커 docker에서 php composer 설치 # Install Composer RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer 설치가 잘되었는지 확인하기 위해서 bash로 접근하여 버전 확인을 합니다. composer --version 2022. 1. 26.
[Docker] yaml: line ****: found a tab character that violates indentation [이슈] yaml: line ****: found a tab character that violates indentation [원인] vscode 탭인식 관련 이슈 [해결] vscode 하단에 탭으로 들여쓰기를 공백4로 들여쓰기로 변경하고 yaml파일을 작성하여 해결함 2022. 1. 22.
반응형