Friday, July 11, 2025

Docker - build, share, run, and verify applications anywhere

 The docker runs well look like

 

 

Step-by-step to install docker on Ubuntu 24.04.2 LTS


1. sudo apt-get update



2. sudo apt-get install ca-certificates curl


3. sudo install -m 0755 -d /etc/apt/keyrings



4. sudo curl -fsSL https://download.docker.com/linux/ubuntu/gpg -o /etc/apt/keyrings/docker.asc



5. sudo chmod a+r /etc/apt/keyrings/docker.asc



6.  echo \
  "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/ubuntu \
  $(. /etc/os-release && echo "${UBUNTU_CODENAME:-$VERSION_CODENAME}") stable" | \
  sudo tee /etc/apt/sources.list.d/docker.list > /dev/null


7. Add the repository to Apt sources

 


8. sudo apt-get install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin


 

9.  sudo apt-get install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin - OK

 



docker --version and docker compose version


 


Generative AI, Robot Operating System (ROS 2), Computer Vision, Natural Language Processing service, Generative AI Chatbot, Machine Learning, Mobile App, Web App? Yes, I do provide!


Call me: (+84) 0854147015

WhatsApp: +601151992689
Viber: +84854147015

https://amatasiam.web.app

Email: ThomasTrungVo@Gmail.Com

Facebook: 
https://www.facebook.com/voduytrung

X: 
https://x.com/ThomasTrung


No comments:

Post a Comment