docker-start.sh
#! /bin/bash
/usr/bin/mk-docker-opts.sh -c
systemctl daemon-reload
systemctl restart docker
systemctl status docker
#! /bin/bash
/usr/bin/mk-docker-opts.sh -c
systemctl daemon-reload
systemctl restart docker
systemctl status docker