k3s/examples/meteor/dockerbase
Tim Hockin b0fa2056a6 Remove 'this is HEAD' warning on docs 2016-10-26 00:06:59 +02:00
..
Dockerfile Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07: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