Skip to content

Instantly share code, notes, and snippets.

@jbweber
Last active May 28, 2020 19:45
Show Gist options
  • Save jbweber/a8ec1afd19a17609fb7f28dd72afc8de to your computer and use it in GitHub Desktop.
Save jbweber/a8ec1afd19a17609fb7f28dd72afc8de to your computer and use it in GitHub Desktop.

stuff

  • dnf install /usr/bin/dig
  • dnf install chrony
  • timedatectl set-ntp true
  • yum install /usr/sbin/semanage
  • yum install tmux vim-enhanced git
  • semanage fcontext -a -e /home /export/home && restorecon -R /export/home
  • dnf install make
  • dnf install moby-engine
  • semanage fcontext -a -e /var/lib/docker /export/docker && restorecon -R /export/docker
  • systemctl enable --now docker
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment