https://github.com/jsdir/docker-spiped
a handy spiped container
https://github.com/jsdir/docker-spiped
Last synced: about 1 year ago
JSON representation
a handy spiped container
- Host: GitHub
- URL: https://github.com/jsdir/docker-spiped
- Owner: jsdir
- Created: 2014-04-13T09:21:47.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2015-04-09T21:50:38.000Z (about 11 years ago)
- Last Synced: 2025-01-06T11:43:50.575Z (over 1 year ago)
- Language: C
- Size: 211 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
docker-spiped
=============
Use it like the normal command.
```sh
$ docker run -d -v /home/spiped:/spiped/key -p 2222:4444 \
jsdir/spiped -d \
-s '[0.0.0.0]:4444' \
-t '[127.0.0.1]:8080' -k keyfile
```