Skip to content

Instantly share code, notes, and snippets.

@medvednikov
Created July 4, 2020 20:31
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save medvednikov/a90fba85e5e2703a7a6270f1adc50dad to your computer and use it in GitHub Desktop.
Save medvednikov/a90fba85e5e2703a7a6270f1adc50dad to your computer and use it in GitHub Desktop.
GitLab disk usage

GitLab is pretty hard to install, that's why prebuilt packages and Docker modules are widely used.

I couldn't install the Ubuntu package, so I went for the official Docker image:

https://hub.docker.com/r/gitlab/gitlab-ce

docker pull gitlab/gitlab-ce

I ran df -h before and after installing GitLab, and my free disk space reduced by ~3.9 GB.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment