Uses alpine image because old Debian Buster repositories have been moved to the archive.
Checkout ikeforce
git clone https://github.com/SpiderLabs/ikeforce.gitMake sure the directory structure looks like this
.
├── Dockerfile
└── ikeforce/
Build:
docker build -t ikeforce-py2 .Run:
docker run --rm -it ikeforce-py2
docker run --rm -it ikeforce-py2 python2 /ikeforce/ikeforce.py --help