Skip to content

djedd1ne/inception

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Inception

What is Inception?


Inception is a docker and docker compose 42 project, on a linux based virtual machine. This project is an introduction to microservices architecture, using containers, databases and networking.

Definitions


Docker
Docker is an open platform for developing, shipping, and running applications. Docker enables you to separate your applications from your infrastructure so you can deliver software quickly. With Docker, you can manage your infrastructure in the same ways you manage your applications.
Docker Compose
Docker Compose is a tool you can use to define and share multi-container applications. This means you can run a project with multiple containers using a single source.
Docker Container
A Docker container image is a lightweight, standalone, executable package of software that includes everything needed to run an application: code, runtime, system tools, system libraries and settings.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published