https://github.com/aabduvak/inception
This project aims to broaden your knowledge of system administration by using Docker. You will virtualize several Docker images, creating them in your new personal virtual machine.
https://github.com/aabduvak/inception
42 42cursus 42istanbul 42school docker docker-compose dockerfile
Last synced: about 2 months ago
JSON representation
This project aims to broaden your knowledge of system administration by using Docker. You will virtualize several Docker images, creating them in your new personal virtual machine.
- Host: GitHub
- URL: https://github.com/aabduvak/inception
- Owner: aabduvak
- License: gpl-3.0
- Created: 2022-08-29T06:58:27.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-03T17:53:31.000Z (almost 4 years ago)
- Last Synced: 2025-01-08T10:12:01.909Z (over 1 year ago)
- Topics: 42, 42cursus, 42istanbul, 42school, docker, docker-compose, dockerfile
- Language: Shell
- Homepage:
- Size: 66.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
🐳 INCEPTION
one container is not enough we need to go deeper
Table of Contents
## About The Project
inception is a 42 project, aiming to host a basic wordpress using [Docker](https://www.docker.com/). All dockerfiles and config files are custom created.
#### Skills
- System administration
- Rigor
- Network
#### My grade

### Built With
* Docker
## Getting Started
### Prerequisites
* [Docker and Docker compose](https://docs.docker.com/compose/install/)
### Installation
1. Clone the repo
```sh
git clone https://github.com/aabduvak/inception.git
```
1. Go to repository's folder
```sh
cd inception
```
## Usage
* Build the project and make it available !
```sh
docker-compose -p inception ps
```
* You might want to use this command to show database's tables
```sh
exec mariadb
mysql -u wordpress -p
SHOW DATABASES;
use wordpress
show tables;
```
## Contact
aabduvak - [GitHub](https://github.com/aabduvak)
## Acknowledgments
* [Img Shields](https://shields.io)
* [README.MD-Template](https://github.com/othneildrew/Best-README-Template)