Manage docker on two physical servers

Hi,

I have a question about how can I install docker on two servers (Dell 620) and manage these hosts dockers.
These two servers have ubuntu 16.04 LTS, I ask because if I install in the trational way, I will not have to manage this container between the hosts.
What I want is to check if a hosts is overloaded and migrate the containers between the physical servers. Is it possible to do that?

Try Docker Datacenter. We are trialing it now.

I read about docker swarm and docker machine, do you think these software could help me in this issue?

1 Like

I’m currently trying out Docker swarm, pretty useful in my case. Have 3 servers. Take a look at docker-compose too.

Try portainer also, usefull web interface for managing a docker host

1 Like