Posts

Showing posts with the label Ubuntu Server & AWS Ubuntu Server

How to install Docker on Ubuntu Desktop, Ubuntu Server & AWS Ubuntu Server https://youtu.be/EiGZlkqPuN0

 How to install Docker in Ubuntu Desktop, Ubuntu Server & AWS Ubuntu Server... 1. sudo apt update 2. sudo apt install apt-transport-https ca-certificates curl software-properties-common 3. curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - 4. sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu bionic stable" 5. sudo apt update 6. apt-cache policy docker-ce 7. sudo apt install docker-ce 8. sudo systemctl status docker 9. docker run hello-world 10. docker search ubuntu 11. docker pull ubuntu 12. docker images 13. docker run -it ubuntu 14. apt update 15. apt install nodejs 16. node -v 17. exit 18. docker ps 19. docker ps -a 20. docker ps -l Thanks For Watching ..... https://youtu.be/EiGZlkqPuN0