# create Dockerfile $ vim Dockerfile ... # build and push $ docker build -t evalphobia/<tag>:1.0.0 . $ docker push evalphobia/<tag>