1. docker pull season/fastdfs
    1. systemctl stop firewalld
    1. vi /etc/sysconfig/selinux
    1. Change the value of SELINUX todisabled
    1. Restart reboot
    1. Create the tracker container: docker run – ti – d – the name trakcer – v ~ / tracker_data: / fastdfs/tracker/data -.net = host season/fastdfs tracker
    1. Create a storage container: docker run -tid –name storage -v ~/storage_data:/fastdfs/storage/data -v ~/store_path:/fastdfs/store_path –net=host -e TRACKER_SERVER:10.0.40.61:22122 -e GROUP_NAME=group1 season/ Fastdfs storage
    1. Docker cp storage:/fdfs_conf/storage.conf ~/
    1. Edit the file to change the IP after Tracker_server to your own server IP
    1. Copy the modified file back to the docker cp ~/storage.conf storage:/fdfs_conf/
    1. Docker stop storage/docker start storage