Quantcast
Channel: DevopsRoles.com
Viewing all articles
Browse latest Browse all 141

Manage Docker Containers with Yacht

$
0
0

DevopsRoles.com 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!

The post Manage Docker Containers with Yacht first appeared on DevopsRoles.com and is written by HuuPV


Viewing all articles
Browse latest Browse all 141

Latest Images

Trending Articles





Latest Images