Build your docker image
docker build -t GROUPNAME/DOCKERPAGENAME:VERSION DIRECTORY
so for example
docker build -t example/ docker-node-hello:latest .
Leave a Reply
You must be logged in to post a comment.
docker build -t GROUPNAME/DOCKERPAGENAME:VERSION DIRECTORY
so for example
docker build -t example/ docker-node-hello:latest .
You must be logged in to post a comment.