| by Scott Kilroy | No comments

Build your docker image

docker build -t GROUPNAME/DOCKERPAGENAME:VERSION DIRECTORY
so for example
docker build -t example/ docker-node-hello:latest .

Share Button

Leave a Reply