-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Conversation
@n7down thanks for the PR! When I test this it looks like the hospitalrun-frontend container stops running because of the following error: docker logs hospitalrun-frontend
Checking CouchDB...Starting ember server Found bindings for the following environments:
This usually happens because your environment has changed since running Found bindings for the following environments:
This usually happens because your environment has changed since running npm ERR! Linux 4.4.15-moby npm ERR! Please include the following file with any support request: |
71a466e
to
bb41d09
Compare
I am not able to reproduce the issue, below is the message I see without any issues:
According to your logs it looks as though there was a change since |
@n7down I am now getting an error running Here is the error I am seeing: npm ERR! Linux 4.4.15-moby npm ERR! EXDEV: cross-device link not permitted, rename '/usr/src/app/node_modules/ember-suave/node_modules/jscs-ember-deprecations/node_modules/cst/node_modules/source-map-support/node_modules/source-map/node_modules/amdefine' -> '/usr/src/app/node_modules/amdefine' npm ERR! Please include the following file with any support request: |
I submitted this pull request because it looked like this was attempted in another pull request pr #552 that was unsuccessful and I happen to have a solution. I am still not able to reproduce your errors. When I run it I don't have any issues.. just to verify are you deleting all of the images and containers (ubuntu:14.04, hospitalrun-frontend, couchdb, and any none images)? |
Thanks @n7down for getting back to me. I just tried removing all images and containers using the following from https://techoverflow.net/blog/2013/10/22/docker-remove-all-images-and-containers/:
I still get the following error when running |
I'm running with |
It also works for me on |
@n7down I was able to get it working by pulling hospitalrun-frontend into a new directory vs my existing working directory. Also, I completely removed Docker and reinstalled so between the two things it fixed the error I was getting. The only other thing I ran into was the following message when running As far as I can tell this is because I didn't create a docker machine, which isn't in the instructions. I was however able to run hospitalrun at 0.0.0.0:4200 and it appeared to be running from the docker image. |
Terrific! I just noticed that docker updated that on OSX. The |
@jkleinsc I went ahead and updated the readme to include the changes to docker and how to run the container with or without docker toolbox. |
Excellent @n7down ! I am going to go ahead and merge this. |
Create docker image for hospital run front-end
Changes proposed in this pull request:
Note: pull requests without proper descriptions may simply be closed without further discussion. We appreciate your contributions, but need to know what you are offering in clearly described format. Thanks! (you can delete this text)
cc @HospitalRun/core-maintainers