#!/bin/bash # Deploy docker service. docker stack deploy -c mariadb.yml mariadb exit 0;