Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/shuygena/inception

:whale2::octopus: Docker images with services such as MariaDB, Nginx, WordPress in virtual machine
https://github.com/shuygena/inception

42projects docker docker-compose mariadb nginx wordpress

Last synced: 27 days ago
JSON representation

:whale2::octopus: Docker images with services such as MariaDB, Nginx, WordPress in virtual machine

Awesome Lists containing this project

README

        

# Inception
:desktop_computer:Docker images with services such as MariaDB, Nginx, WordPress in virtual machine

## :dart: Project goal
Here is an example diagram of the expected result:

![image](https://user-images.githubusercontent.com/75737596/211209937-9d3b14a8-f199-490c-8e75-d55f5503e3c3.png)

## :toolbox: Requirements:
Project was done on Debian-10.12.0

## :link: Download & Compile
Clone repository:
```
git clone https://github.com/shuygena/Inception inception
```
Go to directory:
```
cd inception
```
For compile program run:
```
make
```

## :mag: Questions to study
1. What is a Docker?
![1](https://user-images.githubusercontent.com/75737596/211210359-996da586-9542-46d8-bcff-09dd295db32a.png)
2. What is an image?
![2](https://user-images.githubusercontent.com/75737596/211210391-ed657872-3dc1-4204-8c0e-7ff7a5fd08ad.png)
3. What is a container?
![3](https://user-images.githubusercontent.com/75737596/211210424-ebc88fb0-6676-4dc8-8921-17e286c4e67b.png)
4. How it works?
![4](https://user-images.githubusercontent.com/75737596/211210715-b4c512df-cead-4d6f-9758-7496ba4ed49f.png)
5. What is a volume?
![5](https://user-images.githubusercontent.com/75737596/211210728-f0051e51-92b5-487a-a874-acf3a6897909.png)
6. What is Docker Compose?
![6](https://user-images.githubusercontent.com/75737596/211210803-78d7b901-e8e7-488d-af6a-e3bc6266e10a.png)

## :mortar_board: Tutorial
[Guide](https://github.com/rbiodies/Inception) (ru)