1 min readDec 20, 2018
I had to change this:
docker login -e $DOCKER_EMAIL -u $DOCKER_USER -p $DOCKER_PASS
to this:
docker login -u $DOCKER_USER -p $DOCKER_PASS.
I can’t find the -e option in the docker login help page.
Great article!
I had to change this:
docker login -e $DOCKER_EMAIL -u $DOCKER_USER -p $DOCKER_PASS
to this:
docker login -u $DOCKER_USER -p $DOCKER_PASS.
I can’t find the -e option in the docker login help page.
Great article!