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 build ftp by docker

2025-04-06 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

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

This article is about how docker builds ftp. The editor thinks it is very practical, so share it with you as a reference and follow the editor to have a look.

Docker search vsftpd

Docker run-d-v / ava_app/ftp_data:/home/vsftpd\

-p 20:20\

-p 21:21\

-p 21100-21110 purl 21100-21110\

-e FTP_USER=test1\

-e FTP_PASS=123456@1\

-e PASV_ADDRESS=172.16.62.8\

-e PASV_MIN_PORT=21100\

-e PASV_MAX_PORT=21110\

-e pasv_promiscuous=YES\

-- name vsftpd\

-- restart=always\

Fauria/vsftpd

Ftp test account

User: test1

Password: 123456q1

Account management

Enter the user name with vi, odd behavior, and the next even behavior password nearby, such as:

Vi / etc/vsftpd/virtual_users.txt

Test1

12345611

Mkdir-p / home/vsftpd/

Such as:

Mkdir-p / home/vsftpd/test1

Hash processes the login authentication information and writes it to the database

/ usr/bin/db_load-T-t hash-f / etc/vsftpd/virtual_users.txt / etc/vsftpd/virtual_users.db

Restart the container

Docker restart vsftpd

Docker ps, check for up.

Docker logs + Container name

Thank you for reading! This is the end of the article on "how to build docker ftp". 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, you can share it for more people to see!

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