Open ajsb85 opened 7 years ago
Given one has vagrant/virtualbox, or other cloud service (owncloud,aws,gcp,azure) then docker-machine can be used:
https://docs.docker.com/machine/get-started-cloud/
docker-machine create turnkey-mdm
source $(docker-machine env turnkey-mdm)
docker-compose up
Of course given there's already a docker-compose.yml
then any recent copy of boot2docker.iso should do.
But If there's high enough demand then I'll release a vagrant box for everyone. But for now there's a vagrant file available:
https://github.com/Daplanet/flyve-appliance/blob/master/Vagrantfile
Hi, @farfou
Could you create a turnkey downlaodable VM of the whole solution for testers
Thanks.