This is the Linux app named UFW Docker whose latest release can be downloaded as 250710sourcecode.tar.gz. It can be run online in the free hosting provider OnWorks for workstations.
Download and run online this app named UFW Docker with OnWorks for free.
Follow these instructions in order to run this app:
- 1. Downloaded this application in your PC.
- 2. Enter in our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 3. Upload this application in such filemanager.
- 4. Start the OnWorks Linux online or Windows online emulator or MACOS online emulator from this website.
- 5. From the OnWorks Linux OS you have just started, goto our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 6. Download the application, install it and run it.
SCREENSHOTS
Ad
UFW Docker
DESCRIPTION
UFW is a popular iptables front end on Ubuntu that makes it easy to manage firewall rules. But when Docker is installed, Docker bypasses the UFW rules and the published ports can be accessed from outside. Almost all of these solutions are similar. It requires disabling docker's iptables function first, but this also means that we give up docker's network management function. This causes containers will not be able to access the external network. It is also mentioned in some articles that you can manually add some rules in the UFW configuration file, such as -A POSTROUTING! -o docker0 -s 172.17.0.0/16 -j MASQUERADE. But this only allows containers that belong to network 172.17.0.0/16 can access outside. If we create a new docker network, we must manually add similar iptables rules for the new network.
Features
- Solve UFW and Docker issues
- Manage whether the public networks are allowed to visit the services provided by the Docker container
- Update UFW configurations, add the necessary firewall rules
- Documentation available
- Examples available
- We use Vagrant to set up a local testing environment
Programming Language
Unix Shell
Categories
This is an application that can also be fetched from https://sourceforge.net/projects/ufw-docker.mirror/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.