This file contains 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
# docs | |
# https://docs.docker.com/engine/install/ubuntu/ | |
# lastest updated: 2024-03-05 | |
# Add Docker's official GPG key: | |
sudo apt-get update | |
sudo apt-get install ca-certificates curl | |
sudo install -m 0755 -d /etc/apt/keyrings | |
sudo curl -fsSL https://download.docker.com/linux/ubuntu/gpg -o /etc/apt/keyrings/docker.asc | |
sudo chmod a+r /etc/apt/keyrings/docker.asc |
This file contains 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
🌞 Morning 145 commits █████████▍░░░░░░░░░░░ 45.2% | |
🌆 Daytime 24 commits █▌░░░░░░░░░░░░░░░░░░░ 7.5% | |
🌃 Evening 3 commits ▏░░░░░░░░░░░░░░░░░░░░ 0.9% | |
🌙 Night 149 commits █████████▋░░░░░░░░░░░ 46.4% |