System has not been booted with systemd as init system (PID 1). Can't operate.
ubuntu:
apt install python2 -y sudo mv /usr/bin/systemctl /usr/bin/systemctl.old curl https://raw.githubusercontent.com/gdraheim/docker-systemctl-replacement/master/files/docker/systemctl.py >temp sudo mv temp /usr/bin/systemctl sudo chmod +x /usr/bin/systemctl
centos:
yum -y install python2 mv /usr/bin/systemctl /usr/bin/systemctl.old curl https://raw.githubusercontent.com/gdraheim/docker-systemctl-replacement/master/files/docker/systemctl.py >temp mv temp /usr/bin/systemctl chmod +x /usr/bin/systemctl