mirror of
https://github.com/dredx/prole.git
synced 2026-09-23 10:13:58 +00:00
5 lines
113 B
Bash
Executable File
5 lines
113 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
|
|
k3d registry create knoe-data-registry --port 5000 --timestamps --verbose
|