examples/_archived/meteor/dockerbase
Maciej Szulik 8b3fa9a64b
Move entire staging/ directory to _archived
Signed-off-by: Maciej Szulik <soltysh@gmail.com>
2025-05-28 16:17:10 +02:00
..
Dockerfile Move entire staging/ directory to _archived 2025-05-28 16:17:10 +02:00
README.md Move entire staging/ directory to _archived 2025-05-28 16:17:10 +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