I don't know what to tell you other than if you aren't using Portainer you should.

What is Portainer? It's a web gui front end to manage your Docker installation or installations. The only bad thing about Portainer is you can't initially use Portainer to install Portainer.

mkdir $HOME/docker/portainer
cd $HOME/docker/portainer
wget https://gist.githubusercontent.com/slochewie/c61aa41e2881ce9c72133a1d7eb4b4a5/raw/754f35cebce25b0106343310a0c873c948bb6c93/docker-compose.yml
docker-compose pull
docker-compose up -d