registry login
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#/bin/bash
|
||||
export REGISTRY="docker.triton2.fet.at"
|
||||
docker login $REGISTRY
|
||||
|
||||
# build a small nginx image to handle routing of /dev and other services
|
||||
docker build --no-cache -f dockerfiles/Dockerfile.nginx -t $REGISTRY/dev_nginx:latest .
|
||||
|
||||
Reference in New Issue
Block a user