mirror of
https://github.com/Joxit/docker-registry-ui.git
synced 2025-04-26 23:19:54 +03:00
6 lines
No EOL
61 B
Bash
Executable file
6 lines
No EOL
61 B
Bash
Executable file
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
mkdir -p /data/registry
|
|
minio server /data |