Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2020-08-12 | 598 Bytes | |
v200812 source code.tar.gz | 2020-08-12 | 31.8 kB | |
v200812 source code.zip | 2020-08-12 | 36.0 kB | |
Totals: 3 Items | 68.4 kB | 0 |
- Upgrade Docker Image, Ubuntu 20.04 & Docker-CE 19.03.12. Please note: the previous version doesn't support Ubuntu 20.04
- Make
A DOCKER-USER -j ufw-user-forward
as the first rule ofDOCKER-USER
, then we can useufw
to manage connections from containers. - Add unit test cases to this project, using Bach Testing Framework, check the
./tests
folder. - Set up a basic testing environment by Vagrant, just run the command
vagrant up
in the project folder.
Test passed with Docker Swarm: - Ubuntu 16.04 && Docker-CE 18.06 - Ubuntu 20.04 && Docker-CE 19.03.12