Docker is a very powerful tool you can use to isolate applications, therefore, you won't have them on a single server. However, some docker images don't save changes to their container when a restart happens. You will notice that when a reboot or unexpected outage happens all your configuration will be gone since the creation of container. The Ubiquiti Unifi Controller docker image is a good example of this.
sudo docker ps -lsudo docker commit CONTAINER_ID_GOES_HERE IMAGENAME:TAG
Example Syntax: sudo docker commit 520b0f024bf6 unifi:latest-06-21-2018
Now if you have any issues you can simply create a new container using the image you created above.
Leave any Questions and Comments below and I will get back to you. I regularly publish on YouTube, Steemit, and christitus.com so if you’d like to see more videos please like, subscribe, and follow me.