Docker Learning – Mukesh

What is Docker – in 2 lines? 2. What is Container – in 3 lines?=>Container are instance of docker images. each image have different type of layers like Windows2000, git, SFDC … etcthese images we can run using containers each image and each container have separate unique id. Top 10 commands with 1 example of using docker container? docker –versiondocker pull unbuntudocker psdocker ps -adocker pushdocker commit containerNamedocker logindocker kill containeriddocker rm containeriddocker rmi containerNamedocker build containerid 4. 5 commands

Read more