Vessel's only requirment is Docker.

Vessel currently only works on Macintosh and Linux. It uses a bash script to run Docker commands.

Window support may come in the future. It will require running Hyper-V which is not supported on Windows 10 Home edition.

Mac Linux Windows

Install Docker on Mac

Install Docker on Ubuntu

Install Docker on CentOS

Not Currently Supported

Linux Users

First, the easiest way to install Docker on Linux is the following:

curl -fsSL get.docker.com | sudo sh

Second, be sure to add group docker to your user so you don't need sudo to run docker commands:

sudo usermod -aG docker your-user