Docker & Container

What is docker?

Docker is an open source containerization platform. It enables developers to package applications into containers—standardized executable components combining application source code with the operating system libraries and dependencies required to run that code in any environment.

What is container?

Containers are packages of software that contain all of the necessary elements to run in any environment. Containers virtualize the operating system and run anywhere, from a private data center to the public cloud or even on a console.

Top 5 advantages of docker

  • Fast: Deploy in seconds.
  • Flexible.
  • Portable.
  • Consistable and isolated environment.
  • Collaboration, Modularity and Scaling.

Top 10 commands used

  • Kill
  • Pause
  • Ps
  • Create
  • Info
  • Inspect
  • Run
  • Exec
  • Rm
  • Images

Learnt various commands to create,start,stop,restart,kill,pause,unpause, remove a container in docker.

Subscribe
Notify of
guest

This site uses Akismet to reduce spam. Learn how your comment data is processed.

0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x