Frank's World of Data Science & AI

Introducing Glaze, a tool to protect human artists from style mimicry by generative AI models

yacht docker compose

Demo: NVIDIA AI Enterprise with Red Hat OpenShift

yacht docker compose

AI, Ethics, and Transparency Part Deux

yacht docker compose

Nvidia GTC 2024 Round Up

yacht docker compose

How can AI help a dentist?

Yacht – an open source, self hosted, modern, web gui for docker management.

  • May 9, 2022
  • Containers Open Source

yacht docker compose

Here’s an interesting new opensource project.

TIME STAMPS

  • 00:00 Beginning
  • 00:09 Introduction to Yacht
  • 02:50 Thank you to all my Patrons over at Patreon
  • 04:25 Install Yacht using Docker-Compose
  • 08:00 Logging into Yacht UI for the first time
  • 10:00 Change our Yacht Default Credentials
  • 10:35 Yacht Dashboard and Container Details
  • 13:05 Applications View
  • 13:55 Check for New Versions of Containers
  • 14:35 Container Detail – Top Tabs
  • 15:20 Projects in Yacht – Adding Custom Docker Apps
  • 17:05 Resources in Yacht
  • 17:50 Settings in Yacht
  • 19:15 Templates in Yacht for Pre-built Apps

' src=

#DataScientist, #DataEngineer, Blogger, Vlogger, Podcaster at http://DataDriven.tv . Back @Microsoft to help customers leverage #AI Opinions mine. #武當派 fan. I blog to help you become a better data scientist/ML engineer Opinions are mine. All mine.

A web interface for managing docker containers with an emphasis on templating to provide one-click deployments of dockerized applications. Think of it like a decentralized app store for servers that anyone can make packages for.

Additional support and community assistance can be found in our Discord group, https://discord.gg/JfsebxqKDW

Features- Container templating compatibility (Portainer compatible) ​

  • Basic container management
  • Easy template updating
  • Template Variables to allow for a one-click experience
  • Guided container deployment
  • Dashboard for monitoring all of your docker containers in one place
  • Docker-compose compatibility and editor
  • One click editing of containers

Features (Coming Soon!) ​

  • User Management
  • Container CLI attachment If you want something that's not planned please open a feature request issue and we'll see about getting it added.

Templates ​

Currently, Yacht is compatible with portainer templates. You'll add a template url in the "Add Template" settings. The template will be read, separated into apps, and imported into the database. The apps associated with the templates are linked via a db relationship so when the template is removed, so are the apps associated with it. We store the template url as well so we can enable updating templates with a button press.

We recommend starting with:

In templates you are able to define variables (starting with ! ) to have them automatically replaced by whatever variable the user has set in their server settings (ie. !config will be replaced by /yacht/AppData/Config by default).

Search code, repositories, users, issues, pull requests...

Provide feedback.

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly.

To see all available qualifiers, see our documentation .

  • Notifications

A WebUI to generate templates for Yacht, Portainer, Docker-Compose, and Unraid.

SelfhostedPro/Shipwright

Folders and files, repository files navigation.

This is a website where you can use a WebUI to create templates for some of the popular docker managment utilities (yacht, portainer, unraid, docker-compose) It's still very much a work in progress but feel free to take a look. Once it's functioning at a basic level I'll be deploying this so anyone can use it 100% free (possibly ad supported). The readme in the frontend folder will tell you how to install and setup Shipwright.

  • JavaScript 21.9%
  • Dockerfile 1.2%

Virtualization Howto

Yacht vs. Portainer – Docker dashboard comparison

f50b052b cc32 46c3 9fe0 d37121b3b121

When you start working with Docker or containers in general, one of the first things you will probably want is some type of GUI to help with day-to-day workflows and operations for managing Docker containers and Docker apps with an easy-to-access web interface. There are a couple of solutions out there providing great Docker containers dashboard solutions, Yacht and Portainer. Let’s look at Yacht vs. Portainer and see what features and capabilities each offers.

Take a look at my video comparison of the two products here:

Why a Docker containers dashboard solution?

As you get into working with Docker containers, having a GUI tool to interact with your containers saves time and helps to visualize the Docker app’s infrastructure. Docker has a very robust command line interface, allowing you to do basically anything you need to do from the command line.

However, for newbies starting out and day-to-day management, the command line can be cumbersome for carrying out the required activities. A point-and-click interface to navigate your Docker infrastructure offers many advantages for managing Docker applications.

What is Yacht?

To begin, what is Yacht? Yacht is a web interface for managing Docker containers and focuses on templating. With templates, you can have one-click deployments of dockerized applications.

yacht docker compose

Yacht refers to this as a decentralized app store for servers for which you can make packages in your environment. It is considered to be a Portainer alternative and provides many of the same features in a yacht compare Portainer comparison.

Features of Yacht

Comparing Yacht vs. Portainer, Yacht provides many features for those wanting to manage their Docker apps and containers. Those include the following:

Templating functionality (Portainer compatible)

Container management (basic features)

Updating templates

Use template variables for one-click deployment

Container deployment wizard

Docker containers dashboard for seeing all containers in one place

Docker compose support and editor

One-click editing of containers and lifecycle management

Ability to view logs

Create Projects (Docker compose)

Nice menu driven interface from the left side

So, Yacht allows you to run multi-container applications with a GUI dashboard interface to interact with your containers from a simple website interface.

Compose Support

Yacht does include Docker compose support, using the built-in Projects included with Yacht. Using the Projects feature, you can enter a new Compose Template.

yacht docker compose

Missing features currently

A call out to a feature that I would like to see on a Yacht machine is the ability to access your containers CLI from the Yacht GUI. This is a feature that Yacht mentions are coming soon.

The features marked as “coming soon” currently include the following:

User Management

Container CLI attachment

Another feature in Yacht that isn’t quite as good as Portainer is the App

Podman support

One cool feature that I like with Yacht is it is compatible with Podman. You can perform the same installation with Podman as you can with Docker:

Yacht install

If you are not installing in a self-hosted Docker server , there are a few options for installing Yacht. These include Docker, OpenMediaVault, Docker Compose, or DockSTARTer. The process to install Yacht in a self-hosted environment is super simple.

Self-hosted Yacht install example

For a self-hosted Docker instance, you have two lines to enter to get up and running:

Many who want to try out Yacht may already be running Portainer. If that is the case, you will need to adjust the external port 8000 to 8001 or something else to run them side-by-side.

yacht docker compose

Log in with the [email protected] pass credentials.

yacht docker compose

What is Portainer?

Portainer is a well-known container management platform providing a rich GUI interface to work with your containers, applications, templates, config maps, secrets, etc. It helps to reduce the complexity of container adoption and addresses security challenges.

Portainer works with more than Docker

Comparing Yacht vs. Portainer, Portainer is not only a tool that understands Docker apps, it also understands and works with Docker, Swarm, Nomad, and Kubernetes. Comparing Portainer to Yacht, it is a much more fully-featured tool that is also much more polished in its look and feel. It has been around longer and shows from a feature and useability standpoint.

Below is the overview dashboard of the Portainer connected to a Docker host.

yacht docker compose

Looking at your list of running containers.

yacht docker compose

Portainer features

Portainer has many great features, including:

Overview dashboard

Image management

Built-in app templates

Visibility of Docker networking

Volumes, events, and host configuration

Ability to implement stacks using Docker Compose

Docker exec console – Managing Docker containers

Using the Docker exec console provides a great way to access the Docker CLI when needed from the Docker dashboard. As this is currently a feature missing from Yacht, Portainer is the tool of choice if this is a requirement. Honestly, it is a great feature to be able to expect to the console when needed directly from your Docker container dashboard.

Portainer install

The Portainer installation is very similar to Yacht. It is a couple of commands to get started with a self-hosted environment:

Portainer Community Edition vs. Business Edition

There are two versions of Portainer available – Community Edition and Business Edition. To note the difference between those two versions, Community Edition is free and open-source software. It is designed for individuals, home lab users, or very small environments that want to use Portainer.

Business Edition is commercially supported software. It includes features with Security, Access Management, Permissions, Auditing, and making ensuring you want to take Portainer into production.

Final Thoughts comparing Yacht vs. Portainer

Looking at Yacht vs. Portainer, both Yacht and Portainer are excellent free and open-source tools allowing you to manage and configure your Docker containers in a web interface using a modern GUI. Yacht is definitely the newer and less fully-featured tools of the two. I really like what I see with Yacht. However, it is missing some of the bells and whistles provided by Portainer, like exec CLI support from the interface.

Portainer also provides Kubernetes integration which does not appear to be supported by Yacht. Yacht has documented support for Podman, which isn’t shown with Portainer, although several blog posts cover how to install Portainer with Podman.

Check out Yacht here: Welcome To Yacht | Yacht

Check out Portainer here: Powerful container management software for Platform Teams, DevOps, Dev ( portainer.io )

Subscribe to VirtualizationHowto via Email 🔔

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Email Address

Photo of Brandon Lee

Brandon Lee

Related articles.

yacht docker compose

Best docker containers for Synology NAS

The best Docker container commands you need to know

Best Docker Containers Commands You Need to Know

yacht docker compose

Docker Desktop Starting Forever Windows 11 or 10 Error

Docker architecture and components

Best Docker Containers for Home Server

Leave a reply cancel reply.

Your email address will not be published. Required fields are marked *

Notify me of new posts by email.

This site uses Akismet to reduce spam. Learn how your comment data is processed .

WunderTech

Yacht vs. Portainer: Docker Interface Comparison

  • Post author: WunderTech
  • Post last modified: December 15, 2023
  • Post category: Docker
  • Reading time: 11 mins read

In this article, we’re going to look at Yacht vs. Portainer to determine which Docker management interface is best.

If you’re using Docker in any capacity, you know that interacting with it through the command-line interface (CLI) can be frustrating. Yacht and Portainer offer a full GUI for Docker, which allows you to manage all of your Docker containers in an easy-to-use management user interface.

Yacht and Portainer are similar, but have key differences from an everyday usage perspective, so we’ll compare some of their features and capabilities below to help you determine which option is best. These are great options but keep in mind that you can go with totally different options as well like Rancher .

Do You Need a Management Interface for Docker?

Technically, you can use Docker through the command-line interface only, and using a management interface like Yacht or Portainer isn’t necessary. However, they simplify the overall operation of both and allow you to easily manage your Docker containers with a great GUI.

This allows you to manage existing containers, or simply create new ones in an easier way and beginners may find the user interface necessary for everyday usage. It also helps to visualize how containers function which can give you a better overall understanding of how Docker works .

What is Yacht?

What is portainer, yacht & portainer install instructions, main difference between yacht and portainer, conclusion & final thoughts, yacht vs. portainer: side-by-side comparison.

We’ll take a look at the major differences between Yacht and Portainer below, but before we do, let’s look at what Yacht and Portainer are.

Yacht is an application that provides a web interface for managing Docker containers with an emphasis on simplicity and ease of use. It is an open-source project that can help users, especially those new to Docker, manage their containerized applications more easily.

Yacht allows users to create, start, stop, and monitor Docker containers from a web-based user interface. You can manage multiple containers simultaneously, view real-time logs, inspect container details, and access other Docker features without having to write a single line of code or command-line instructions.

yacht user interface.

Features of Yacht

Yacht has many features that are similar to Portainer, but the key difference is that the entire user interface is designed with simplicity in mind. Here are some key features of Yacht:

  • Application Deployment: You can deploy applications using Docker Compose or pre-made templates.
  • Container Management: Start, stop, and monitor Docker containers directly from the web interface.
  • Logs and Statistics: Real-time access to logs and stats of your containers.
  • Easy Yacht Update: Yacht has one of the easiest ways that I’ve seen for updating a Docker management user interface (and is much easier than Portainer ). All you have to do is access the settings and the update tab, and you can update Yacht to the latest version by using a run-once Watchtower instance.

yacht templates.

Portainer is an open-source platform that provides a user-friendly interface for managing Docker, Docker Swarm, Kubernetes, and Azure ACI environments. It allows users to manage their containerized applications, images, networks, and volumes from a single, unified dashboard.

With Portainer, you can deploy applications, monitor the status of running containers, and troubleshoot application issues without using the command-line interface. This is particularly useful for teams that are new to Docker or Kubernetes, as well as for experienced developers looking for a more efficient way to manage their applications.

portainer user interface. yacht vs. portainer.

There are various devices that users like to install Portainer on , as it’s one of, if not the most commonly used Docker management interface.

Features of Portainer

Portainer has all of the functionality that Yacht has, plus many additional items:

  • Container Management: Create, start, stop, and monitor Docker containers directly from the web interface. You can also access logs, stats, and console details of each container.
  • App Templates: Deploy pre-built templates for common applications with just a few clicks, saving time in setting up and deploying new containers.
  • Role-Based Access Control (RBAC): Assign roles to users and manage their access to resources.
  • Multi-Environment Management: You can manage multiple Docker environments (Docker standalone, Docker Swarm, or Kubernetes) from a single Portainer instance.
  • Registry Management: Connect to and manage Docker registries, making it easier to store and distribute your Docker images.

templates in portainer.

Yacht and Portainer are installed as containers , so their individual setup process is similar to any other Docker container. However, since they’re a GUI, you generally must install them both from the command-line interface.

Fortunately, the install process is an individual command and you don’t have to worry about modifying many (if any) parameters. The volume for each will allow you to maintain persistent data (in case you ever want to move them).

Yacht Install Command:

Portainer Install Command:

There are also scenarios where you can install Yacht and Portainer automatically, like if you’re using OMV-extras and OpenMediaVault .

The main difference between Yacht and Portainer is that Yacht is significantly more user-friendly, while Portainer is more feature-filled.

Overall, Portainer and Yacht are designed to simplify Docker management through their user-friendly web-based interfaces and Yacht generally excels from a simplicity perspective. Portainer, on the other hand, is significantly more feature-filled and provides users with the ability to manage other environments like Docker Swarm and Kubernetes.

Here are a few other key differences between Yacht and Portainer:

  • Project Maturity: Portainer is a more mature project, having been around since 2015. It has seen widespread adoption and developed a sizable user community. On the other hand, Yacht is a newer project and has a smaller user base.
  • Supported Environments: Portainer has wider environment support, extending its functionality beyond Docker and Docker Swarm to include Kubernetes and Azure ACI. Yacht primarily focuses on Docker environments.
  • User Interface: The user interfaces of Portainer and Yacht differ significantly. Yacht maintains a minimalistic and straightforward interface, focusing on simplicity and ease of use. Alternatively, Portainer has a more comprehensive interface, providing a greater array of options and functionalities for those requiring more control and customization.
  • Role-Based Access Control (RBAC): Portainer supports RBAC, which is an important feature for teams as it allows administrators to define access levels and permissions for different users.
  • Application Templates: Both platforms support application deployment using templates, but they handle it differently.

This tutorial looked at the differences between Yacht vs. Portainer. If you’re someone who prefers simplicity, you can’t go wrong with Yacht as it will allow you to manage your Docker containers and doesn’t provide any of the advanced features (which some will classify as bloat) that Portainer does.

However, from a pure functionality perspective, Portainer is significantly more feature-filled and will provide users and teams to manage significantly more when it comes to their containers.

To highlight that, Portainer has a free (Community Edition) and business tier (Business Edition), which offers a different set of features depending on the requirements. Individuals and home lab enthusiasts will be fine with the Community Edition, though the Business Edition exists for enterprise use.

Either way, you can’t go wrong, and in many cases, should try both (they’re both free) to determine which you like best. Thanks for checking out the article on Yacht vs. Portainer. If you have any questions, please leave them in the comments!

Post author avatar

You Might Also Like

Read more about the article How to Set Up Tailscale on Docker

How to Set Up Tailscale on Docker

Read more about the article How to Install Rancher on Docker

How to Install Rancher on Docker

Read more about the article 5 Best Docker Alternatives You Should Consider

5 Best Docker Alternatives You Should Consider

Read more about the article How to Install the UniFi Controller on Ubuntu

How to Install the UniFi Controller on Ubuntu

Developer Tools

Engage with us, on this page.

  • 1, 'pl-6': node.level === 2 }" x-transition.200ms x-show=!node.hidden :data-testid="`node-${ node.key }`" :id=node.id()> 1), }" class="flex items-center justify-between pr-6"> = 3, 'text-textcolor': (node.level > 1), 'text-brand': node.open, 'font-semibold': (node.level === 1 || ( node.level > 1 && node.open )), 'text-sm': (node.level === 2), 'text-xs': (node.level > 2), 'text-gray-300': node.isDisabled() }" class="block relative cursor-pointer pr-3 no-underline capitalize z-10 flex-auto" @click=node.toggleOpen() data-testid=node-link> 2 }" class="bg-container h-full"> 1, 'border-l-2 pl-3': node.level > 1, }">

Search Results

 results matching 

 results

Guides - Deploy Yacht through the Linode Marketplace

  • Report an Issue
  • Share on Twitter
  • Share on Facebook
  • Share on Hacker News

Quickly deploy a Compute Instance with many various software applications pre-installed and ready to use.

Yacht is a web interface for managing Docker containers, with an emphasis on templating to provide easy deployments. The ultimate goal of Yacht is to make Docker easy for anyone to use and manage with templates, template variables, and an intuitive UI.

Deploying a Marketplace App

The Linode Marketplace allows you to easily deploy software on a Compute Instance using the Cloud Manager. See Get Started with Marketplace Apps for complete steps.

Log in to the Cloud Manager and select the Marketplace link from the left navigation menu. This displays the Linode Create page with the Marketplace tab pre-selected.

Under the Select App section, select the app you would like to deploy.

Complete the form by following the steps and advice within the Creating a Compute Instance guide. Depending on the Marketplace App you selected, there may be additional configuration options available. See the Configuration Options section below for compatible distributions, recommended plans, and any additional configuration options available for this Marketplace App.

Click the Create Linode button. Once the Compute Instance has been provisioned and has fully powered on, wait for the software installation to complete . If the instance is powered off or restarted before this time, the software installation will likely fail.

To verify that the app has been fully installed, see Get Started with Marketplace Apps > Verify Installation . Once installed, follow the instructions within the Getting Started After Deployment section to access the application and start using it.

Configuration Options

  • Supported distributions: Ubuntu 22.04 LTS
  • Recommended minimum plan: All plan types and sizes can be used.

Yacht Options

  • Email address (required) : Enter the email address to use for generating the SSL certificates.

Limited Sudo User

You need to fill out the following fields to automatically create a limited sudo user, with a strong generated password for your new Compute Instance. This account will be assigned to the sudo group, which provides elevated permissions when running commands with the sudo prefix.

  • Limited sudo user: Enter your preferred username for the limited user. No Capital Letters, Spaces, or Special Characters

A password is generated for the limited user and stored in a .credentials file in their home directory, along with application specific passwords. This can be viewed by running: cat /home/$USERNAME/.credentials

For best results, add an account SSH key for the Cloud Manager user that is deploying the instance, and select that user as an authorized_user in the API or by selecting that option in the Cloud Manager. Their SSH pubkey will be assigned to both root and the limited user.

  • Disable root access over SSH: To block the root user from logging in over SSH, select Yes . You can still switch to the root user once logged in, and you can also log in as root through Lish .

Custom Domain (Optional)

If you wish to automatically configure a custom domain, you first need to configure your domain to use Linode’s name servers. This is typically accomplished directly through your registrar. See Use Linode’s Name Servers with Your Domain . Once that is finished, you can fill out the following fields for the Marketplace App:

  • Linode API Token: If you wish to use the Linode’s DNS Manager to manage DNS records for your custom domain, create a Linode API Personal Access Token on your account with Read/Write access to Domains . If this is provided along with the subdomain and domain fields (outlined below), the installation attempts to create DNS records via the Linode API. See Get an API Access Token . If you do not provide this field, you need to manually configure your DNS records through your DNS provider and point them to the IP address of the new instance.
  • Subdomain: The subdomain you wish to use, such as www for www.example.com .
  • Domain: The domain name you wish to use, such as example.com .
  • Yacht Email: The email address for your Yacht login. The default is [email protected] .
  • Yacht Compose Support: Support for using Yacht with Docker Compose .
  • Yacht Theme: Yacht theme options: Default, RED, and OMV.

Getting Started after Deployment

Access your yacht app.

Open your web browser and navigate to https://DOMAIN/ , where DOMAIN can be replaced with the custom domain you entered during deployment or your Compute Instance’s rDNS domain (such as 192-0-2-1.ip.linodeusercontent.com ). See the Managing IP Addresses guide for information on viewing rDNS.

Enter your Yacht email address and password :

You should see the Yacht administration panel:

Yacht provides elegant theme customization, templating, easy management of Docker resources (volumes, images, network), applications and projects. Click the page icon on the bottom-left corner to view a live demo and official Yacht documentation .

More Information

You may wish to consult the following resources for additional information on this topic. While these are provided in the hope that they will be useful, please note that we cannot vouch for the accuracy or timeliness of externally hosted materials.

  • Getting Started

This page was originally published on February 23, 2021.

Your Feedback Is Important

Let us know if this guide was helpful to you.

Docker Compose overview

Important Docker's documentation refers to and describes Compose V2 functionality. Effective July 2023, Compose V1 stopped receiving updates and is no longer in new Docker Desktop releases. Compose V2 has replaced it and is now integrated into all current Docker Desktop versions. For more information, see Migrate to Compose V2 .

Docker Compose is a tool for defining and running multi-container applications. It is the key to unlocking a streamlined and efficient development and deployment experience.

Compose simplifies the control of your entire application stack, making it easy to manage services, networks, and volumes in a single, comprehensible YAML configuration file. Then, with a single command, you create and start all the services from your configuration file.

Compose works in all environments; production, staging, development, testing, as well as CI workflows. It also has commands for managing the whole lifecycle of your application:

  • Start, stop, and rebuild services
  • View the status of running services
  • Stream the log output of running services
  • Run a one-off command on a service

IMAGES

  1. Cómo instalar Yacht usando Docker compose

    yacht docker compose

  2. A Step-by-Step Guide to Installing the Yacht Docker GUI

    yacht docker compose

  3. Cómo instalar Yacht usando docker-compose

    yacht docker compose

  4. Cómo instalar Yacht usando docker-compose

    yacht docker compose

  5. Cómo instalar Yacht usando docker-compose

    yacht docker compose

  6. Cómo instalar Yacht usando docker-compose

    yacht docker compose

VIDEO

  1. 09.Docker compose 2

  2. 001 Docker Compose and The docker compose yml File

  3. Demo docker-compose, Dockerfile, SSH, tigerVNC and install Desktop Environment

  4. Docker Command-22

  5. #Docker Compose new "includes" feature #dockercompose

  6. Dual Docker

COMMENTS

  1. Welcome To Yacht

    Yacht lets you focus on what apps you want to run instead of worrying about how to deploy them. Compose Support Out of The Box. Managing large docker projects has never been easier. Import compose projects you're already using or write new ones easily using the built in editor.

  2. GitHub

    This is the path inside the container which contains your folders that have docker compose projects. (compose tag only) Notes for installing Docker and Yacht on WSL2 platform under Windows. If you're running under WSL2 inside Windows, because of the difference in how permissions are handled. Your essentially inside of a Linux machine ...

  3. Releases · SelfhostedPro/Yacht · GitHub

    Compose: Docker compose support is now available under the Projects section (default location is /config/compose/ for your docker-compose projects). This requires you to set /config to a bind mount. If you've already got /config mounted on a volume you can set /compose/ to a bind mount and set the COMPOSE_DIR environment variable equal to ...

  4. Beginners Guide · SelfhostedPro/Yacht Wiki · GitHub

    A web interface for managing docker containers with an emphasis on templating to provide 1 click deployments. Think of it like a decentralized app store for servers that anyone can make packages for. - Beginners Guide · SelfhostedPro/Yacht Wiki

  5. selfhostedpro/yacht

    Docker-Compose Compatibility; Easy access to container interfaces; User Management; If you want something that's not planned please open a feature request issue and we'll see about getting it added. Templating: Currently Yacht is compatible with portainer templates. You'll add a template url in the "Add Template" settings.

  6. A Step-by-Step Guide to Installing the Yacht Docker GUI

    5. Execute the docker run command below to download the Yacht Docker GUI image from Docker Hub and create a container called yacht (arbitrary) based on the image.. Once completed, you will have a Yacht Docker GUI container running, which is accessible through port 8000 with the following command breakdown:. d - This flag runs the container in the background (detached mode) without attaching ...

  7. Manage Docker Containers with Yacht Web Interface

    $ docker-compose version Docker Compose version v2.23.. Now create the directory to be used by Yacht and navigate into it. mkdir ~/yacht && cd ~/yacht. Now create a docker-compose.yml file here. vim docker-compose.yml. The file will contain the below lines.

  8. Yacht

    00:09 Introduction to Yacht; 02:50 Thank you to all my Patrons over at Patreon; 04:25 Install Yacht using Docker-Compose; 08:00 Logging into Yacht UI for the first time; 10:00 Change our Yacht Default Credentials; 10:35 Yacht Dashboard and Container Details; 13:05 Applications View; 13:55 Check for New Versions of Containers; 14:35 Container ...

  9. Intro

    Dashboard for monitoring all of your docker containers in one place; Docker-compose compatibility and editor; ... Currently, Yacht is compatible with portainer templates. You'll add a template url in the "Add Template" settings. The template will be read, separated into apps, and imported into the database. The apps associated with the ...

  10. Yacht (Container Management UI) Alpha 6 is released [Docker-Compose

    They also had some issues with their docker-compose setup as it only supported v2 up until recently (I believe they resolved this recently). I don't think that Yacht is a replacement for Portainer and I don't think that Portainer is a replacement for Yacht. They've got different target audiences but aim to do similar things.

  11. SelfhostedPro/Shipwright

    This is a website where you can use a WebUI to create templates for some of the popular docker managment utilities (yacht, portainer, unraid, docker-compose) It's still very much a work in progress but feel free to take a look. Once it's functioning at a basic level I'll be deploying this so anyone can use it 100% free (possibly ad supported).

  12. Yacht vs. Portainer

    Yacht does include Docker compose support, using the built-in Projects included with Yacht. Using the Projects feature, you can enter a new Compose Template. Missing features currently. A call out to a feature that I would like to see on a Yacht machine is the ability to access your containers CLI from the Yacht GUI. This is a feature that ...

  13. Yacht vs. Portainer: Docker Interface Comparison

    Features of Yacht. Yacht has many features that are similar to Portainer, but the key difference is that the entire user interface is designed with simplicity in mind. Here are some key features of Yacht: Application Deployment: You can deploy applications using Docker Compose or pre-made templates.

  14. Deploy Yacht through the Linode Marketplace

    Yacht Email: The email address for your Yacht login. The default is [email protected].; Yacht Compose Support: Support for using Yacht with Docker Compose. Yacht Theme: Yacht theme options: Default, RED, and OMV. Getting Started after Deployment Access your Yacht App. Open your web browser and navigate to https://DOMAIN/, where DOMAIN can be replaced with the custom domain you entered during ...

  15. Getting Started

    After that you can access Yacht on port 8000 on your server in a web browser. If you're using Yacht alongside portainer you'll want to change the 8000 on the left of the : to 8001, then it will be available on that port on your host.. Once you're at the login page you can login with the username [email protected] and the password pass.. Template Variables

  16. Use Docker Compose

    Docker Compose is a tool that helps you define and share multi-container applications. With Compose, you can create a YAML file to define the services and with a single command, you can spin everything up or tear it all down. The big advantage of using Compose is you can define your application stack in a file, keep it at the root of your ...

  17. Sample apps with Compose

    The following samples show the various aspects of how to work with Docker Compose. As a prerequisite, be sure to install Docker Compose if you have not already done so. Key concepts these samples cover. The samples should help you to: Define services based on Docker images using Compose files: compose.yml and docker-stack.yml

  18. Docker Compose overview

    Docker Compose is a tool for defining and running multi-container applications. It is the key to unlocking a streamlined and efficient development and deployment experience. Compose simplifies the control of your entire application stack, making it easy to manage services, networks, and volumes in a single, comprehensible YAML configuration file.