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. Docs. Getting Started; Projects;

  2. Install Yacht

    Click on "Docker" and then "Install" (Optional) Click on advanced under "Yacht (Alpha)" and select the port you want to use. Once docker is installed click on "Yacht" and then "Install" Once it's installed you can use the button to open Yacht. via Docker Compose# The following is an example docker-compose.yml file to deploy Yacht:

  3. 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. ... Notes for installing Docker and Yacht on WSL2 platform under Windows. If you're running under WSL2 inside Windows, because of the difference ...

  4. 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

  5. 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 ...

  6. How to manage your Docker containers with Yacht

    First, log into the root account using the su - command. su -. Once logged into the root account, run the docker ps -a command. This command will list all containers on your system. Find the "CONTAINER ID" column and the Yacht container ID. After copying the Yacht container ID, you can start it up with:

  7. Beginners Guide · SelfhostedPro/Yacht Wiki

    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

  8. Yacht

    With that being said, Yacht is still here to stay and was built for templates that allow you to launch Docker containers quick and easy. Yacht comes shipped with a default template packed with over 100 apps ready to be deployed. Yacht makes it easy to see everything about the containers you have running. Here on the container application info ...

  9. Install Yacht

    Once OMV-Extras is installed you'll need to do the following steps: In OMV go to OMV-Extras -> Docker. Click on "Docker" and then "Install". (Optional) Click on advanced under "Yacht (Alpha)" and select the port you want to use. Once docker is installed click on "Yacht" and then "Install". Once it's installed you can use the button to open Yacht.

  10. How to Manage Docker Containers with a GUI using Yacht

    Option 2: Install using Docker compose. Create a new Yacht directory. # mkdir /opt/yacht Using your favorite editor, create a new docker-compose.yml in the Yacht directory. # nano /opt/yacht/docker-compose.yml Paste the following contents: version: "3" services: yacht: container_name: yacht restart: unless-stopped ports: - 8000:8000 volumes ...

  11. Manage Docker Containers from the Web with Yacht

    Manage Docker Containers from a Web UI with Yacht Interactive Dashboards. In this video, Brandon from @TechHut shows you how to install and use Yacht, an interactive dashboard for installing and managing Docker containers on your system. Yacht is great for visualizing and maintaining your Docker infrastructure. Chapters: 0:00 - Introduction.

  12. Intro

    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.

  13. Intro

    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. ... Currently, Yacht is compatible with portainer templates. You'll add a template url in the "Add Template" settings.

  14. Manage Docker Containers with Yacht Web Interface

    Deploy the container and you will have it listed among the available containers on your system. To manage the container, click on the drop-down button. Here, you can edit/modify, start, stop, pause, kill, remove and update the container. View the Docker volumes, images, and networks under the resources tab.

  15. How to install Yacht on Linux Server for Docker

    Yacht, you can manage your containers, images, networks, and volumes from one web-based user-friendly interface that makes it easier to manage Docker containers. Install Docker. ... Create a new Yacht volume: docker volume create yacht. Start the Yacht container with the new volume:

  16. Yacht Installed on Docker

    "Yacht is an alternative to Portainer that aims to make docker more accessible to the everyday person and is focused on selfhosters instead of the enterprise." - SelfHostedPro. While Yacht operates very much like Portainer, I feel like the interface is more user-friendly and information is more easily available on Yacht than on Portainer.

  17. 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.; If SELinux is enabled on the host, you'll need to pass the --privileged flag to docker when deploying Yacht.; Once you're at the login page you can login with ...

  18. YACHT INTERACTIVE DASHBOARD

    Method 2: Installing Using Docker Compose. Yacht also has support for docker-compose. In terminal, create a new Yacht directory % mkdir yacht. Create a new docker-compose.yml file % nano docker ...

  19. Images

    Yacht Image Documentation. Here you can manage your images. Currently you can only add images by their repo info (the same way you would do a docker pull), remove, update (pull), or view details on your images.This page will also tell you which images are currently not in use.

  20. Yacht One-click deployment for docker images : r/docker

    Yacht This is the best tool for one-click deployments for docker images (small-scale projects). This has a really good web UI too !! Locked post. New comments cannot be posted. Share ... Yacht uses regular docker-compose behind the scenes so you can just specify your env_file just like you would in regular docker-compose to get it to work.

  21. Projects

    Yacht provides an in browser docker-compose editor as well as a way to manage them easily via the projects tab in the yacht UI. The easiest way to get started is to find a project that you want to launch, then click on the + button in the projects tab to create a new project. This will create a new folder with your project name and write ...

  22. Yacht

    Yacht. 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.

  23. Advanced Projects

    More advanced projects often require that you clone an entire git repository and pass through a veriety of files. As an example of such project you can look at docker-elk. For a larger project like this, it is best to directly access Yacht's configuration folder and clone the repository inside. For easy editing and persistance you will need to ...