Skip to content

Experimenting with Docker: Three containers, nginx, mariadb and wordpress.

Notifications You must be signed in to change notification settings

elcolin/Inception

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Inception

Three containers, nginx, mariadb and wordpress.

Requires to be launched as admin

all	-> starts docker, creates if doesn't exist and launches the containers
clean	-> stops, deletes images
fclean	-> stops, cleans, deletes images and emptys the volumes
stop	-> stops the containers
start	-> starts Docker
reload	-> builds and launches
re	-> fclean all

------ ENV NOT BEING ALLOWED, HERE IS AN ENV EXAMPLE WITH EMPTY VARIABLES -----

WP_ROOT=
WP_PWD=
WP_DATABASE=
WP_HOST=

WP_ADMIN=
WP_ADMIN_PWD=
WP_ADMIN_EMAIL=

WP_USER=
WP_USER_PWD=
WP_USER_EMAIL=

if creditential problems: rm ~/.docker/config.json

Notes and Todo list: https://github.com/ColorGama/Inception/blob/main/Docker_230419_122743.pdf

About

Experimenting with Docker: Three containers, nginx, mariadb and wordpress.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published