解決方法:
According to the docs:
So, this means you have to tag your image before pushing:
and then you should be able to push it.
|
大體說應先如下格式的標記:
docker tag firstimage YOUR_DOCKERHUB_NAME/firstimage
再進行push:
docker push YOUR_DOCKERHUB_NAME/firstimage