You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a very complex application with about a dozen interdependent services, currently slapped together with docker-compose :-( :-( :-( Would it be possible to bundle these all into a single dockerc binary?
Currently considering distributing it as a Windows Hyper-V / OS X UTM virtual machine image, but "just download and run this single .exe" would be amazing.
The text was updated successfully, but these errors were encountered:
I believe nested containers should work. So if you can setup a container in which docker-compose is run then that should work. That being said I have never tried it yet.
Support for Windows and OS X are planned but realistically won't be present for another month.
I have a very complex application with about a dozen interdependent services, currently slapped together with
docker-compose
:-( :-( :-( Would it be possible to bundle these all into a single dockerc binary?Currently considering distributing it as a Windows Hyper-V / OS X UTM virtual machine image, but "just download and run this single .exe" would be amazing.
The text was updated successfully, but these errors were encountered: