Skip to content

Instantly share code, notes, and snippets.

@joepreludian
Created October 7, 2016 01:50
Show Gist options
  • Save joepreludian/e855963e53c7e0ee9723561190cbc2dc to your computer and use it in GitHub Desktop.
Save joepreludian/e855963e53c7e0ee9723561190cbc2dc to your computer and use it in GitHub Desktop.
Docker Install on Fedora - Part 1
#!/bin/bash
dnf install vim -y;
echo "rr-srv-armazempara" > /etc/hostname;
sed s/=enforcing/=disabled/g /etc/selinux/config > /etc/selinux/config.tmp; mv -f /etc/selinux/config.tmp /etc/selinux/config;
dnf update -y;
reboot;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment