dkregistry xai cli, and UI

This commit is contained in:
2021-09-01 08:16:12 -04:00
parent 8be0dbff49
commit e156b183ed
10 changed files with 268 additions and 26 deletions

View File

@@ -0,0 +1,15 @@
#!/usr/bin/env bash
set -e
set -x
dc() {
# shellcheck disable=SC2068
docker-compose \
-f docker-compose.yml \
$@
}
export DOCKER_HOST=${DOCKER_HOST:-'dkhost:2376'}
dc exec dkregistry_registry.1 /bin/bash