Changes

From Amahi Wiki
Jump to: navigation, search
No change in size ,  00:16, 7 September 2017
* [https://docs.docker.com/compose/overview/ Docker Compose]
* [https://docs.docker.com/engine/admin/start-containers-automatically/ Restart Policies].
 
Apps run as containers which are managed by docker. If docker daemon is shut down or stopped then the app will also stop. If the container crashes for some reason then it has to be restarted. Using restart policies we can manage this.
rm -rf config # Use this if you want all files to be removed after uninstall
rm -rf downloads # Use this if you want all files to be removed after uninstall
 
For more examples of install scripts and docker-compose files of different apps please refer to [https://github.com/vik-y/amahi_images amahi_images repo.] or the table given below.
12,424

edits