|
|
|
|
|
by moondev
3610 days ago
|
|
You are doing it wrong then. People run containers in production using orchestration platforms, like ECS, kubernetes, mesos etc. The docker for mac/windows are not designed to serve containers in production environments. They help you build and run containers locally, but when it comes time to deploy you send the container image to those other platforms. Using docker like that is like running a production rails app with "rails s" |
|