-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add docker-compose by default #18
Comments
I'd use this also - with the ability to update the version of compose as needed. This might be more tricky than it seems as there is probably some redundancy with |
It is very easy add docker-compose as system service. Tricky part is get that how to command available inside of console container. Code contains some extra logic to handle it for user docker and we most likely need something similar. This code makes user docker commands available to console: Lines 36 to 59 in 0308bfe
but I have not yet found that how container files gets visible to /var/lib/rancher/engine in first place. |
So by putting docker-compose in |
The user @x-jokay proposed in the issues #6 add by default docker-compose in BurmillaOS
We could create an option in the cloud-config.yml to enable docker-compose
The text was updated successfully, but these errors were encountered: