Skip to content
This repository has been archived by the owner on Feb 27, 2023. It is now read-only.

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

Open
love-miao opened this issue Apr 26, 2021 · 4 comments

Comments

@love-miao
Copy link

love-miao commented Apr 26, 2021

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

@jim3ma
Copy link
Member

jim3ma commented Apr 26, 2021

Can you paste docker command ?

@love-miao
Copy link
Author

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

@jim3ma
Copy link
Member

jim3ma commented Apr 27, 2021

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

@xilu0
Copy link

xilu0 commented May 26, 2021

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants