docker-meteor icon indicating copy to clipboard operation
docker-meteor copied to clipboard

Meteor Dockerized for Development and Production

Results 13 docker-meteor issues
Sort by recently updated
recently updated
newest added

As dev showed in another issue brieve signal of a desire of updating this repo I open this issue to say that first thing to do is to stop using...

Hi and thank you for such a great image - saves a lot of time. However, as for me, it definitely missing [spiderable package](https://atmospherejs.com/meteor/spiderable) support - means useless in production....

I have Meteor v1.3.4.1 and my build fails when I have IOS and Android platforms added, because it needs a server URL to build the mobile apps. The meteor build...

hi, i know there is a prob between host and VM but how can i fix it ? `λ docker run --cap-add SYS_ADMIN -it --rm -p 3000:3000 -v C:\Users\sofiane\copyD\projets\docker:/app danieldent/meteor...

Followed instructions and have attempted to do a build, got the following output: ``` docker build -t myAppname . Sending build context to Docker daemon 13.99 MB Step 1 :...

Hi, I pulled your image and ran docker build successfully. When I issue docker run though, including all the parameter you specified, I get this error: Unable to find image...

I am trying to do development with https://github.com/mcknightg/flutterbum by running Meteor from the container and getting the following error (but only when I run meteor from the container, with regular...

When I try to run an existing Meteor app with the given instructions, I get the error below: ``` $ docker run -it --rm -p 3000:3000 --link my_appDb:db -e "MONGO_URL=mongodb://db"...

Hi Daniel. I'm using your docker images for my development and I really like it. I see that the last update is some time ago. Will you update to version...

I like your implementation, seems very lean. There is another dockerhub image that has a nice Git workflow. https://registry.hub.docker.com/u/ulexus/meteor/ Would be nice if your image had this as well, especially...