flyve-mdm / docker-environment

Flyve MDM Docker Environment
http://flyve.org/docker-environment/
GNU General Public License v3.0
56 stars 48 forks source link

Create a turnkey downlaodable VM #4

Open ajsb85 opened 7 years ago

ajsb85 commented 7 years ago

Hi, @farfou

Could you create a turnkey downlaodable VM of the whole solution for testers

Thanks.

denzuko commented 5 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