An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

🐳 INCEPTION

one container is not enough we need to go deeper






GitHub last commit
Repository size
GitHub top language





Docker logo

Table of Contents



  1. About The Project



  2. Getting Started


  3. Usage

  4. Contact

  5. Acknowledgments

## 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)