Startup script
Docker provides restart policies to restart your containers automatically when they exit or when Docker restarts. Restart policies ensure that linked containers are started in the correct order. Docker recommends the use of restart policies and avoid using process managers to start containers.