Event Timeline
Comment Actions
We need docker-compose to process.
Atomic and CentOS aren't really great for this use case: they lack Python and for Atomic it's an old Docker release.
So I guess what we should do is:
- Prepare containers on a development Docker engine (keep Dwellers for that use?)
- Publish them to a private registry
- Pull them from the production Docker engine, and run them
Meanwhile, I recommend to keep using Dwellers until we've a working Docker container OS solution.