| ▲ | withinboredom 12 hours ago |
| The only resource constraints are physical. You can run millions of containers, but it is unlikely you have the physical resources to do meaningful work with them. |
|
| ▲ | lvl155 8 hours ago | parent [-] |
| So now you’re saying there are constraints? You just said there are no limits. You can run infinite containers. Why did you lie about this magic? |
| |
| ▲ | jonfk 4 hours ago | parent [-] | | What withinboredom meant is that running processes in containers don't add overhead vs simply running them outside of them. That is mostly true because of the way that containers work in linux through cgroups and namespaces, which means that you would only be limited by what your hardware would already be able to run before running the processes in containers. |
|