Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/patilni3/docker_notes
- Owner: PatilNi3
- Created: 2022-11-10T11:39:21.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-10T11:58:18.000Z (over 2 years ago)
- Last Synced: 2024-12-16T06:17:27.436Z (about 2 months ago)
- Topics: aws-ec2, docker, docker-container, docker-image, dockerfile
- Homepage:
- Size: 8.79 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.☻