Skip to content

Files

Latest commit

 

History

History

3 - Docker- Hello World

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

DOCKER Hello World

  • Open the terminal and check installation status (version) of docker and compose.

    1. We will check the docker version.

    docker-version

    1. Secondly, will check the docker compose version.

    docker-compose-version

  • Now running the hello-world image , very first time on docker.

    • Below you can see - hello-world image was unable to find and so pulled it locally.
    • Secondly the docker now runs the pulled image of hello-world image and displays the output.

    docker-hello-world