Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/patilni3/docker_notes

Docker by using AWS EC2 instance and Putty
https://github.com/patilni3/docker_notes

aws-ec2 docker docker-container docker-image dockerfile

Last synced: 1 day ago
JSON representation

Docker by using AWS EC2 instance and Putty

Awesome Lists containing this project

README

        

# Docker_Notes
Docker by using AWS EC2 instance and Putty

### Docker is an open source centralised platform designed to create, deploy and run applications.

## Why Docker ?
• An application works in developers machine but not in testing and production. This is due to difference in computer environment between developer, testing and production.

• Docker provides consisting computing environment throughout the whole SDLC.

• It allows applications to use the same Linux kernel as a system on the host computer, rather than creating a whole vitual operating system.

## Docker Ecosystem
1. Docker client
2. Docker Daemon
3. Docker Registry
4. Docker Images
5. Docker Container

## What I have learned about docker
1. Docker file creation.
2. Image creation with the help of Docker Hub and Container.
3. Container creation.
4. Docker Volume creation.
5. Sharing docker volume with another container.
6. Docker PORT expose.
7. How to push docker image to docker hub.

# Thank You.☻