zstenger93 / Inception

Project about using docker-compose to create multiple docker images and services

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Inception

Project about using docker-compose to create multiple docker images and services inside of a virtual machine

Mandatory

docker-compose

Contains settings for services, networks and volumes

By using docker-compose, we are able to deploy multiple containers by executing all the necessary dockerfiles.

mariadb

The database

nginx

For the ssl certificate and key

wordpress

basic website, leaving a comment which should be present after restarting the whole vm

useful commands

docker exec -it mariadb sh
docker stop  mariadb nginx wordpress
docker rm  mariadb nginx wordpress
docker rmi  srcs_mariadb srcs_nginx wordpress
SELECT DATABASES;
use <dbname>
show tables;

About

Project about using docker-compose to create multiple docker images and services


Languages

Language:Shell 95.1%Language:Makefile 4.9%