For Linux
Before starting the memo, you must install docker.
Last updated
Was this helpful?
Before starting the memo, you must install docker.
Last updated
Was this helpful?
Check the version of docker installed
Start docker and pull hello-world to verify whether the installation is successful
Since sudo access is required to use docker, enter the password here and it will be started successfully.
Next, run the following command line
You can see the container being downloaded from the remote for testing: Pulling from library/hello-world
When you see the message: Hello from Docker! It means the docker is successfully installed.