inception is a 42 project, aiming to host a basic wordpress using Docker. All dockerfiles and config files are custom created.
You can find complete subject here.
- Clone the repo
git clone https://github.com/kema-dev/inception.git
- Go to repository's folder
cd inception
- Build the project and make it available !
docker-compose -p inception ps
- You might want to use this command to show database's tables
exec mariadb
mysql -u wordpress -p
SHOW DATABASES;
use wordpress
show tables;
- To be decided
See the open issues for a full list of proposed features (and known issues).
kema-dev - GitHub