k3s/examples/meteor/dockerbase
Lucas Käldström 3c5b5f5963 Remove all MAINTAINER statements in the codebase as they aren't very useful and now deprecated 2016-12-17 20:34:10 +02:00
..
Dockerfile Remove all MAINTAINER statements in the codebase as they aren't very useful and now deprecated 2016-12-17 20:34:10 +02:00
README.md Remove 'this is HEAD' warning on docs 2016-10-26 00:06:59 +02:00

README.md

Building the meteor-kubernetes base image

As a normal user you don't need to do this since the image is already built and pushed to Docker Hub. You can just use it as a base image. See this example.

To build and push the base meteor-kubernetes image:

docker build -t chees/meteor-kubernetes .
docker push chees/meteor-kubernetes

Analytics