Skip to content

Instantly share code, notes, and snippets.

@ziozzang
Last active January 2, 2020 01:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ziozzang/30485cd1bb9eaf6334ef7a219bc0ac34 to your computer and use it in GitHub Desktop.
Save ziozzang/30485cd1bb9eaf6334ef7a219bc0ac34 to your computer and use it in GitHub Desktop.
# RUN with
# curl -L https://gist.githubusercontent.com/ziozzang/30485cd1bb9eaf6334ef7a219bc0ac34/raw/0d73991d9c86f8a32387e37734d6d46eccb7532e/centos8-docker.sh | bash
systemctl disable --now firewalld
dnf install -y --nobest docker-ce
systemctl enable --now docker
curl -L "https://github.com/docker/compose/releases/download/1.25.0/docker-compose-$(uname -s)-$(uname -m)" -o /usr/bin/docker-compose
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment