A docker image of FinalSpeed client.
525
Please create a configuration folder with following two files:
Following the guides at https://github.com/zqhong/finalspeed .
{
"map_list": [
{
"dst_port": 23456,
"listen_port": 2200,
"name": "ssh"
}
}
Notice the listen_port, which will be refered as DOCKER_LISTEN_PORT in the following shell command.
docker run -d -p EXTERNAL_LISTEN_PORT:DOCKER_LISTEN_PORT/tcp -v FINALESPEED_CONF_DIR:/conf --name finalspeed yaleh/docker-finalspeed-client
Content type
Image
Digest
Size
242.6 MB
Last updated
over 10 years ago
docker pull yaleh/docker-finalspeed-client