Dragonfly
Dragonfly copied to clipboard
level=error msg="unknown shorthand flag: 's' in -supernode.advertiseIp=127.0.0.1"
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
Can you paste docker command ?
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
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
I have the same problem Error response from daemon: proxyconnect tcp: tls: first record does not look like a TLS handshake