Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to enable remote access by Docker

2025-01-17 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/01 Report--

This article will explain in detail how Docker enables remote access. The editor thinks it is very practical, so I share it with you as a reference. I hope you can get something after reading this article.

There is such a requirement, when I need to deploy the docker container through the mvn package docker:build of eclipse, we are in a window environment, so we need a remote docker to deploy the service.

Open the / usr/lib/systemd/system/docker.service file and modify the line execstart.

12 3 4 5 6 7 8 9 10 11 12 13 14 15vim / usr/lib/systemd/system/docker.service execstart=/usr/bin/dockerd-h tcp://0.0.0.0:2375-h unix:///var/run/docker.sock # Reload configuration file systemctl daemon-reload # restart service systemctl restart docker.service # check whether the port is open netstat-nptl # directly curl to see if it works curl http://127.0.0.1:2375/info

Enable remote access

View port information after reboot

Direct access port

Reference article: http://www.zzvips.com/article/140586.html

This is the end of the article on "how to enable remote access by Docker". I hope the above content can be of some help to you, so that you can learn more knowledge. if you think the article is good, please share it for more people to see.

Original link: https://blog.csdn.net/yelllowcong/article/details/80371248

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report