docker-environment icon indicating copy to clipboard operation
docker-environment copied to clipboard

Create a turnkey downlaodable VM

Open ajsb85 opened this issue 8 years ago • 1 comments

Hi, @farfou

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

Thanks.

ajsb85 avatar Oct 02 '17 15:10 ajsb85

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

denzuko avatar Sep 09 '19 22:09 denzuko