Created
February 11, 2021 17:13
-
-
Save LinuxlinkedBD/3d268a30bad585a212dd508b0c4094f7 to your computer and use it in GitHub Desktop.
Docker/Docker compose setup on Ubuntu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
If you need complete Docker/Docker compose setup, ping me on below contacts: | |
Telegram: linuxlinked | |
email: [email protected] | |
WhatsApp: +8801720903155 | |
Skype:live:.cid.c0dc316b9d727d5e | |
YouTube: https://youtu.be/HDiNey1kYPk | |
######################################################################################################################################## | |
sudo apt-get update -y | |
sudo apt-get upgrade -y | |
sudo apt install apt-transport-https ca-certificates curl software-properties-common | |
apt-cache policy docker-ce | |
sudo systemctl status docker | |
docker info | |
sudo apt -f install | |
sudo apt autoremove | |
sudo apt -y autoclean | |
sudo apt -y clean | |
sudo apt update | |
sudo apt-get upgrade |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment