Docker Fundamentals
In DevOps It's compulsory to learn Docker & It's commands
Table of contents
- Contents
- Docker Term with Release
- Need of Docker
- Features of Docker use
- The architecture of Docker design
- Inside Docker working states
- Container - An important term in Docker
- Docker File
- Docker Client & Host
- DockerHub
- Docker-Workflow
- Docker-components
- Docker basic commands
- Docker Volume and Sharing Methods
- Docker Port Mapping/Exposing
- Some Limitations of Docker
Basic Learning with some operational commands used in docker.
Contents
Docker Term with Release
Need of Docker
Features of Docker use
The architecture of Docker design
Inside Docker working states
Images are one of the compulsory parts to run an application on it. Images consist of the exact copy of that particular O.S mode with all dependencies.
Container - An important term in Docker
Docker File
Docker Client & Host
DockerHub
Docker-Workflow
Docker-components
Docker basic commands
Docker Volume and Sharing Methods
Docker Port Mapping/Exposing
Some Limitations of Docker
Thank you...hope this blog on docker fundamentals will clear your context towards docker. Next will be upload soon :)