I have two groups of servers, a development server running a docker repo (F22 Server) and a few production servers running far less (F22 cloud/atomic) in Hyper-V. I have built an image for the UniFi wireless controller that works (and works well) on the development server, but when attempting to run it on the cloud/atomic VMs the memory usage will only reach 150MB (should be 300MB) and mongoDB does not start inside the container (using docker top ).
I have verified that the image ID and timestamp are exactly the same, and that the run command is identical. I even tried running with --net=host and --privileged=true on the production VMs instead of exposing the ports and still mongoDB will not start. Docker logs produces nothing, and the attached terminal is also silent. In addition, both "machines" are running Docker 1.6. Docker settings are default, aside from adding implicit trust for the local FQDN of the repository on the dev server. The cloud/atomic hosts will run all my other containers except this one.
0 Answers