doomkin/meteor
Meteor Dockerfile for trusted automated Docker builds
109
This repository contains Dockerfile of Meteor for Docker's automated build published to the public Docker Hub Registry.
Install Docker.
Download automated build from public Docker Hub Registry: docker pull doomkin/meteor
Alternatively, you can build an image from Dockerfile: docker build -t="doomkin/meteor" github.com/doomkin/meteor
sudo docker run --name meteor -it -d -P doomkin/meteor
ssh-agent -s
ssh-add ssh/id_rsa
ssh root@localhost -p `sudo docker port meteor 22 | cut -d":" -f2`
mrt create myapp
cd myapp
meteor
docker pull doomkin/meteor