docker

compose configuration https://note.com/koushikagawa/n/nc63a8ae2e810 https://qiita.com/nemui_/items/f911be7ffa4f29293fd5 https://carametal.hatenablog.com/entry/2020/01/15/225637

version: '3' # Specify the version of docker-compose services: nginx: #service name container_name: "nginx" # container name image: nginx: 1.14 # Specify the image name. Here, the nginx image on Docker Hub is specified. links: # Create a link with the service name specified here --php # Associate service name "php" with "nginx" php: container_name: "php" image: php:7.2-apache ports: - '80:80' volumes: - ./html:/var/www/html

https://techplay.jp/column/613

Sync http://mashiroyuya.hatenablog.com/entry/dockerphp

Our sakura https://knowledge.sakura.ad.jp/13265/

Recommended Posts

docker
kubernetes + docker
spring × docker
About Docker
Docker Intellij
Docker basics
Docker installation
About Docker
Docker command
Docker memorandum
Understand Docker
Docker memorandum
What is Docker?
Technical memorandum (Docker)
Docker + Laravel + Codeception
Liberty on Docker
Docker operation memo
[wip] Docker notes
Memorandum docker command
Docker command list
What is Docker
docker volume checked
Docker command memo
docker basic command
Docker basic commands
[Memo] docker summary
Docker study notes
Docker command summary
Quick docker / nginx
Small Docker container
Docker in LXD
Rails Docker ~ Part 1 ~
Rails Docker ~ Part 2 ~
Docker command memorandum
heroku: docker: deploy
/ n \ n docker java
What is Docker
Docker + Spring-boot start
About Docker capacity
clang ++ docker upgrade
Docker environment construction
[Docker] Command summary
[Docker] Command list
[Docker cheat sheet]
Redmine on Docker
Learn Docker roughly
Introduction of Docker --Part 1--
CI/CD pipeline and Docker
Docker volume performance tuning
Docker installation on CentOS 6
Rails Docker environment construction
Enable Docker BuildKit (mac)
Docker installation and initialization
Docker terms and commands
python notes on docker
Docker x Rails 6 (memo)
Launch MariaDB with Docker
Docker Machine (personal memorandum)
Rails deploy with Docker
Run Pico with docker
Explode Docker with WSL2