Skip to content

Commit

Permalink
Add some Images for README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
agungTuanany committed Jul 11, 2019
1 parent 2725ecd commit eee5e0b
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,31 @@
#COMPLETE GUIDE DOCKER and KUBERNETES from [STEPHEN GRIDER]
# COMPLETE GUIDE DOCKER & KUBERNETES from [STEPHEN GRIDER]

The course from Stephen teach how to create and deploy any web apps into a Web
This course from Stephen teach how to create and deploy any web apps into a Web
services.

# What is Docker?

Docker is a platform or ecosystem around creating and running containers
![what-is-docker-1.png](./imgs/what-is-docker-1.png)

# Why use Docker?

Docker wants to make it really easy and straight forward for run software or
install in any computer as in webserver as well without worrying about all bunch
of setup or dependencies.

![why-use-docker-1.png](./imgs/why-use-docker-1.png)

![why-use-docker-2.png](./imgs/why-use-docker-2.png)

# What is an Image in Docker?

Single file with all the dependencies and config or setup required to run
a very specific program.

for example a NODEJS, NGINX, or REDIS etc

![what-is-image-1.png](./imgs/what-is-image-1.png)
# What is a Container in Docker ?

Is a instance of an Image to Runs a program.
Expand Down

0 comments on commit eee5e0b

Please sign in to comment.