-
Notifications
You must be signed in to change notification settings - Fork 4
Creating the base image
Thomas G. Boop edited this page Jan 30, 2017
·
1 revision
cd csync-server/docker
docker login --username=[username] --email=[email]
docker build -t [repository]/csync-base:latest ./
docker push [repository]/csync-base:latest