#!/bin/bash docker network create shared_data_network 2>/dev/null || echo "Network shared_data_network already exists"