ubnt mFI beta based on debian wheezy
10K+
Run it with (in case you have a public IP not protected by Firewall)
docker run -ti -p 6080:6080 -p 6443:6443 -v /var/docker/mfi/logs:/mFi/logs -v /var/docker/mfi/data:/mFi/data --name="mfi-mymfiserver" --restart=always dynodix/mfi-beta
in case you have a protected (internal network or you control the access to the server thru firewall) than you can:
docker run -ti --net=host -v /var/docker/mfi/logs:/mFi/logs -v /var/docker/mfi/data:/mFi/data --name="mfi-mymfiserver" --restart=always dynodix/mfi-beta
Your data will remain persistent in /var/docker/mfi/data
Content type
Image
Digest
Size
150.3 MB
Last updated
almost 10 years ago
docker pull dynodix/mfi-beta