docker-compose-files/registry_mirror/auto.sh

5 lines
121 B
Bash

#!/bin/sh
echo "Start the registry service using docker-compose"
docker-compose -p registry -f docker-compose.yml up -d