Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lukas2511/docker-deb
My Docker setup for Debian hosts (includes docker, docker-compose, custom docker-gen, and a custom script to generate port forwardings)
https://github.com/lukas2511/docker-deb
Last synced: about 2 months ago
JSON representation
My Docker setup for Debian hosts (includes docker, docker-compose, custom docker-gen, and a custom script to generate port forwardings)
- Host: GitHub
- URL: https://github.com/lukas2511/docker-deb
- Owner: lukas2511
- Created: 2015-10-07T05:28:57.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-01T17:51:09.000Z (about 9 years ago)
- Last Synced: 2024-10-19T06:02:34.304Z (3 months ago)
- Language: Shell
- Size: 17.6 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker-deb
My Docker setup for Debian hosts (includes docker, docker-compose, custom docker-gen, and a custom script to generate port forwardings)This repo includes binaries from [Docker](https://www.docker.com),
a custom binary build from a [docker-gen](https://github.com/jwilder/docker-gen) fork with support for IPv6 addresses,
and some files from the [`debian.io` package in jessie-backports](https://packages.debian.org/jessie-backports/docker.io).The repo also includes a custom script which generates port forwardings.
I built this custom script because Dockers own iptables feature currently only supports IPv4 rules.