mirror of
https://github.com/Joxit/docker-registry-ui.git
synced 2026-05-07 03:26:33 +00:00
6 lines
61 B
Bash
Executable File
6 lines
61 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
mkdir -p /data/registry
|
|
minio server /data |