Sign inSign up

yaleh/docker-finalspeed-client

By yaleh

Updated over 10 years ago

A docker image of FinalSpeed client.

Image
0

525

yaleh/docker-finalspeed-client repository overview

finalspeed-client

Example

Configurations

Please create a configuration folder with following two files:

client_config.json

Following the guides at https://github.com/zqhong/finalspeed .

port_map.json
{
    "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.

Run the Docker Container
docker run -d -p EXTERNAL_LISTEN_PORT:DOCKER_LISTEN_PORT/tcp -v FINALESPEED_CONF_DIR:/conf --name finalspeed yaleh/docker-finalspeed-client

Tag summary

Content type

Image

Digest

Size

242.6 MB

Last updated

over 10 years ago

docker pull yaleh/docker-finalspeed-client