Yacht

Keep in mind, this is still in alpha and is not recommended for production use yet

A web interface for managing docker containers with an emphasis on templating to provide easy deployments. The goal of Yacht is to make docker easy for anyone to use and manage. Templates, template variables, and an intuitive UI make that goal possible.

Software Included

Package Version License
Yacht v0.0.4-hf1 MIT
Docker CE 19.0.3.13 Apache 2.0
docker-compose 1.28.4 Apache License 2.0

Creating an App using the Control Panel

Click the Deploy to DigitalOcean button to create a Droplet based on this 1-Click App. If you aren’t logged in, this link will prompt you to log in with your DigitalOcean account.

Deploy to DO

Creating an App using the API

In addition to creating a Droplet from the Yacht 1-Click App using the control panel, you can also use the DigitalOcean API. As an example, to create a 4GB Yacht Droplet in the SFO2 region, you can use the following curl command. You need to either save your API access token) to an environment variable or substitute it in the command below.

curl -X POST -H 'Content-Type: application/json' \
         -H 'Authorization: Bearer '$TOKEN'' -d \
        '{"name":"choose_a_name","region":"sfo2","size":"s-2vcpu-4gb","image": "selfhostedpro-yacht-20-04"}' \
        "https://api.digitalocean.com/v2/droplets"

Getting Started After Deploying Yacht

Once your droplet is created Yacht will be available at http://your_droplet_public_ipv4:8000

The default username is [email protected]. The default password is pass. Please change it as soon as you’ve logged in using the user menu available by clicking your username in the top right.