ejbogantes / docker-essentials

This is a repo with Docker Examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker Essentials by Emilio Bogantes

Make files executable (Optional)

chmod +x start
chmod +x stop
chmod +x wp-cli

Run the project

docker-compose up -d or ./start

Stop the project

docker-compose down or ./stop

Extra example of WordPress CLI (Return users)

./wp-cli

Docker Compose Official Documentation

https://docs.docker.com/v17.09/compose/compose-file/

Docker Hub

https://hub.docker.com/

Docker Compose Cheat Sheet

https://gist.github.com/jonlabelle/bd667a97666ecda7bbc4f1cc9446d43a

YAML Basics

https://www.tutorialspoint.com/yaml/yaml_basics.htm

About

This is a repo with Docker Examples

License:MIT License


Languages

Language:CSS 60.4%Language:PHP 33.9%Language:JavaScript 5.7%Language:Shell 0.0%