Use docker swarm inside openstack Instance
How can i use docker swarm installed inside an openstack instance.
There is not enough space for docker machines.
Could i use docker swarm without docker-machines? or how can i do?
I would just follow the instructions https://docs.docker.com/get-started/p..., but use the openstack driver. What do you mean by “not enough space”, and if there is not enough space, why don’t you allocate more space?
Here is an old howto: https://superuser.openstack.org/artic.... It shows how to use the generic and the openstack drivers.
I asked for installing docker swarm inside openstack instance and not inside as a driver.
Is it possible to do this or not
You don't install "Swarm as a driver".
The Docker instructions show how to install Swarm using the virtualbox driver.
Since this doesn't work in an OpenStack environment, you need to use the openstack driver or the generic driver instead, as shown in Scott Lowe's Superuser article.