Dragonfly icon indicating copy to clipboard operation
Dragonfly copied to clipboard

level=error msg="unknown shorthand flag: 's' in -supernode.advertiseIp=127.0.0.1"

Open love-miao opened this issue 3 years ago • 4 comments

Question

Is it time to update the official document? I used 1.0.6 to deploy it by docker unknown shorthand flag: 's' in -supernode.advertiseIp=127.0.0.1

love-miao avatar Apr 26 '21 10:04 love-miao

Can you paste docker command ?

jim3ma avatar Apr 26 '21 11:04 jim3ma

1、this is docker command: docker run -d --name supernode --restart=always -p 8001:8001 -p 8002:8002 -v /thc/apps/dragonfly/supernode:/home/admin/supernode dragonflyoss/supernode:1.0.6 -Dsupernode.advertiseIp=127.0.0.1

2、My needs are as follows: My source site is harbor (version 1.2), I want to use Dragonfly as cache

love-miao avatar Apr 27 '21 02:04 love-miao

Follow this docs: https://github.com/dragonflyoss/Dragonfly/blob/master/docs/quick_start/README.md

Run supernode:

docker run -d --name supernode \
    --restart=always \
    -p 8001:8001 \
    -p 8002:8002 \
    -v /home/admin/supernode:/home/admin/supernode \
    dragonflyoss/supernode:1.0.6

jim3ma avatar Apr 27 '21 04:04 jim3ma

I have the same problem Error response from daemon: proxyconnect tcp: tls: first record does not look like a TLS handshake

xilu0 avatar May 26 '21 07:05 xilu0