Skip to content
This repository was archived by the owner on Mar 21, 2021. It is now read-only.

Docker admin (for Sam)

Sam Hopkins edited this page Sep 2, 2017 · 3 revisions

build and tag new Dockerfile image

docker build -t ldssa .
docker tag ldssa ldssa/learning-units

login to docker to be able to push

docker login

  • ldssa / password

push new image

docker push ldssa/learning-units

Clone this wiki locally