1. What is Docker – in 2 lines? Docker is a platform where we can package the application in to a containers. 2.What is Container – in 3 lines Containers are executable components with the combination of application source code and the operating system libraries and dependencies required to run that code in any environment. 3.Top 10 commands with 1 example of using docker container docker pulldocker rundocker psdocker ps -adocker execdocker stopdocker killdocker commitdocker logindocker pushdocker imagesdocker rmdocker rmidocker

Read more