appcelerator-archive / amp

** THIS PROJECT IS STOPPED ** An open source CaaS for Docker, batteries included.
http://appcelerator.io
Apache License 2.0
81 stars 28 forks source link

Local deployment on local Swarm manager node #1190

Closed ndegory closed 7 years ago

ndegory commented 7 years ago

A default deployment mode that relies on the host being a swarm manager and doesn't use Docker-in-Docker to build a swarm cluster, and doesn't require pushing images to the local swarm cluster. The current local cluster mode that relies on InfraKit and creates a full isolated cluster using DinD can remain an option. This is a prerequisite for the Windows CLI, so it may be possible to provide a Window CLI with this release or otherwise the next one.

subfuzion commented 7 years ago

Note that while this issue is still valid as a performance enhancement during development, it's no longer necessary specifically for Windows. Docker for Windows now supports mounting the docker socket.