galaxy icon indicating copy to clipboard operation
galaxy copied to clipboard

Docker Micro-PaaS

Results 13 galaxy issues
Sort by recently updated
recently updated
newest added

from registry/registry.go: ``` //FIXME: We're using the first found port and assuming it's tcp. //How should we handle a service that exposes multiple ports //as well as tcp vs udp...

bug

Image ID can get out of sync, with the error: ``` ERROR: Pulled image for registry.wovops.net/royal-jelly:latest does not match expected ID. Expected: d219c4901a33: Got: eba640637891 ``` Doesn't seem to resolve...

Commander polls docker periodically to detect when containers are not running. It would be good to hook into the docker events to get more immediate notification.

enhancement