5 lines
125 B
Bash
5 lines
125 B
Bash
|
#!/bin/sh
|
||
|
echo "Start the registry service using docker-compose"
|
||
|
|
||
|
docker-compose -p registry -f docker-compose.yml up -d
|