Aim:- Create Docker Id, Install docker on machine, Pull hello-word image file from Docker Hub
and Run the file
Requirements:- Docker
Theory:-
• It is (PaaS) products used for delivering software in packages which are known as the containers.
Steps:-
Docker Hub :- Account creation
Below on main screen click ‘Download for Windows’
The download process will start
click on setup and follow steps shown below
Click ok
Check your Desktop for Docker application.
Open cmd and runthe commands:-
Need to download WSL2:-
• wsl --list –online
• wsl –update
• wsl --set-default-version 2
Check docker version and pull,run image:-
• docker -v and use the docker command to pull and run ‘hello-world’
Subject wise experiment list with Source code links :-
No comments:
Post a Comment