Skip to content

Instantly share code, notes, and snippets.

@SaidTorres3
Last active May 17, 2024 17:45
Show Gist options
  • Save SaidTorres3/e5cd7ace0f78c7c2810d0fadf9da1f23 to your computer and use it in GitHub Desktop.
Save SaidTorres3/e5cd7ace0f78c7c2810d0fadf9da1f23 to your computer and use it in GitHub Desktop.
Docker
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