Manage Docker Containers with Yacht

#Introduction

In this tutorial, How to Manage Docker Containers with Yacht. The yacht is GUI to Manage your Docker containers.

You can deploy, modify and manage containers with Yacht. I will set up Yacht on the Linux system.

Manage Docker Containers with Yacht

First, You need to Installed Docker on Linux here.

Pull the Yacht docker image

I will pull the Yacht docker image from DockerHub. Log in to the server using the root account.

sudo su -

Create volume to hold all of the Yacht data on the server.

docker volume create yacht

Docker will deploy the image as a container on your system with the command below

docker run -d -p 8000:8000 -v /var/run/docker.sock:/var/run/docker.sock -v yacht:/config selfhostedpro/yacht
Manage Docker Containers with Yacht

After installing Yacht, you can access it via web UI in any browser.

http://IP-your-server:8000

Logging into Yacht

the default password and username to log into Yacht. admin@yacht.local/pass

Logging into Yacht

Dashboard Yacht

image 2

View Applications

View Applications

Manage volumes

Manage volumes

Manage Network

Manage images

Manage images by Yacht

Manage images by Yacht

Conclusion

You have Manage Docker Containers with Yacht. I hope this will be helpful. Thank you for reading the DevopsRoles page!

About HuuPV

My name is Huu. I love technology and especially Devops Skill such as Docker, vagrant, git so forth. I likes open-sources. so I created DevopsRoles.com site to share the knowledge that I have learned. My Job: IT system administrator. Hobbies: summoners war game, gossip.
View all posts by HuuPV →

Leave a Reply

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

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