프로그램 활용171 How to Install Drupal with Docker on Ubuntu 22.04 출처: How to Install Drupal with Docker on Ubuntu 22.04 (howtoforge.com) On this page Prerequisites Step 1 - Configure Firewall Step 2 - Install Docker and Docker Compose Step 3 - Create Docker Compose File for Drupal MySQL Docker Service Drupal Service Nginx service Certbot service Step 4 - Create Nginx Configuration Step 5 - Generate SSL certificates Step 6 - Configure Nginx for SSL Step 7 - Sta.. 2023. 7. 28. docker, docker-compose를 설치하는 방법 출처: CentOS 7, Docker 및 Docker Compose 설치하기 (tistory.com) 개요 이번 글에서는 CentOS 7에서 docker, docker-compose를 설치하는 방법을 소개하고자 한다. Docker 설치 docker를 사용하면 운영체제와 독립적인 이미지를 인스턴스로 올려 컨테이너로 작동시킬 수 있다. 아키텍쳐의 구성 및 확정, 배포 방법이 비약적으로 간소화된다. CentOS 7에서의 설치 및 실행 방법은 아래와 같다. # Docker 저장소 설치 $ curl -fsSL https://get.docker.com/ | sh # Docker 서비스 시작 $ sudo systemctl start docker # Docker 서비스 작동 상태 확인 $ sudo systemctl s.. 2023. 7. 27. 도커 설치 (CentOS 8) IT/Docker2020. 6. 9. 11:10 참고 : https://docs.docker.com/install/linux/docker-ce/centos/ 설치방법은 위 사이트에 설명이 잘 나와 있습니다. 설치방밥은 여러방법이 있는거 같습니다. (Install using the repository, Install from a package, Install using the convenience script) 전 첫번째(Install using the repository) 방법을 이용해 보겠습니다. CentOS 8에서 설치 진행 공유합니다. 1. Uninstall old versions [root@localhost ~]# sudo yum remove docker \ docker-common \ docke.. 2023. 7. 27. Docker로 PostgreSQL 설치(docker-compose.yml) 출처: [Docker] Docker로 PostgreSQL 설치(docker-compose.yml) :: 너나들이 개발 이야기 (tistory.com) Docker 2022. 5. 20. 16:51 1. PostgreSQL 컨테이너 이미지 가져오기 docker pull postgres 오류 [root@localhost 다운로드]# docker pull postres Using default tag: latest Error response from daemon: pull access denied for postres, repository does not exist or may require 'docker login': denied: requested access to the resource is denied.. 2023. 7. 27. How To Install Drupal with Docker Compose 출처: How To Install Drupal with Docker Compose | DigitalOcean Published on April 25, 2020 Docker MySQL Drupal LEMP CMS Ubuntu 18.04 Open Source Nginx By Ankit Jain The author selected United Nations Foundation to receive a donation as part of the Write for DOnations program. The original WordPress version of this tutorial was written by Kathleen Juell. Introduction Drupal is a content management .. 2023. 7. 27. 이전 1 ··· 20 21 22 23 24 25 26 ··· 35 다음