Last active
May 17, 2024 17:45
-
-
Save SaidTorres3/e5cd7ace0f78c7c2810d0fadf9da1f23 to your computer and use it in GitHub Desktop.
Docker
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
curl -fsSL https://get.docker.com -o get-docker.sh && sh get-docker.sh | |
# (Before docker install) free -h | |
# total used free shared buff/cache available | |
# Mem: 1.9Gi 201Mi 263Mi 1.0Mi 1.5Gi 1.6Gi | |
# Swap: 0B 0B 0B | |
# (After docker install) free -h | |
# total used free shared buff/cache available | |
# Mem: 1.9Gi 263Mi 154Mi 1.0Mi 1.5Gi 1.5Gi | |
# Swap: 0B 0B 0B |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment