1)What is Docker? – 5 lines with 1 images

Docker is an open-source containerization platform used for developing, deploying, and managing applications in lightweight virtualized environments called containers.

It is mainly used as a software development platform for developing distributed applicationsย that work efficiently in different environments. By making the software system agnostic, developers donโ€™t have to worry about compatibility issues. Packaging apps into isolated environments (containers) also makes it easier to develop, deploy, maintain, and use applications.

2)ย What is Container? – – 5 lines with 1 images

Aย standard package of softwareโ€”knownย as a containerโ€”bundlesย an applicationโ€™s code together with the related configuration files and libraries, and with the dependencies required for the appย to run. This allows developers and IT pros to deploy applications seamlessly across environments. Get started with Docker.

3)What are top 5 advantage of Docker?

  1. Faster time to market
  2. Developer Productivity
  3. Deployment velocity
  4. IT infrastructure reduction
  5. IT operational efficiency
  6. Faster issue to resolution
  7. Portability

4)What are top 10 commands you used today and oneline explnations.

๐๐จ๐œ๐ค๐ž๐ซ ๐ฉ๐ฌ – Lists various properties of containers.

๐๐จ๐œ๐ค๐ž๐ซ ๐ซ๐ž๐ฌ๐ญ๐š๐ซ๐ญ – Stops and starts a container.

๐๐จ๐œ๐ค๐ž๐ซ ๐ฉ๐ฎ๐ฅ๐ฅ – Pulls an image or a repository from your local registry

๐๐จ๐œ๐ค๐ž๐ซ ๐ก๐ข๐ฌ๐ญ๐จ๐ซ๐ฒ – Displays the history of an image.

๐๐จ๐œ๐ค๐ž๐ซ ๐ฌ๐ญ๐š๐ซ๐ญ – Starts already stopped containers.

๐๐จ๐œ๐ค๐ž๐ซ ๐ฌ๐ญ๐จ๐ฉ – Stops running containers.

๐๐จ๐œ๐ค๐ž๐ซ ๐ซ๐ฆ – Remove containers.

๐๐จ๐œ๐ค๐ž๐ซ ๐ซ๐ฆ๐ข – Remove images

docker info– Shows system-wide information.

๐๐จ๐œ๐ค๐ž๐ซ ๐ž๐ฑ๐ž๐œ – Runs a command in a container that is active or running.

๐๐จ๐œ๐ค๐ž๐ซ ๐œ๐จ๐ฆ๐ฆ๐ข๐ญ – Creates a new image from the current changed state of the container.

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