You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.
Hi All,
I am trying to setup a three machine setup for DragonFly. I have followed the user guide as mentioned in github and the below are the commands that I am using.
I have also configured docker daemon as mentioned in the above documentation, but when I docker pull an image on both clients the image is not getting downloaded via dfget.
Please suggest how can I make this work.
The text was updated successfully, but these errors were encountered:
Operating System : Ubuntu 14.04
Hi All,
I am trying to setup a three machine setup for DragonFly. I have followed the user guide as mentioned in github and the below are the commands that I am using.
Ref: https://github.com/dragonflyoss/Dragonfly/blob/master/docs/user_guide/multi_machines_deployment.md
Start Supernode (Used latest and 0.4.3 versions)
docker run -d --name supernode --restart=always -p 8001:8001 -p 8002:8002 -v /home/admin/supernode:/home/admin/supernode dragonflyoss/supernode:latest --advertise-ip=10.10.10.2
Start client (Used latest and 0.4.3 versions)
client -1
docker run -d --name dfclient-1 --restart=always -p 65001:65001 -v /etc/dragonfly:/etc/dragonfly -v $HOME/.small-dragonfly:/root/.small-dragonfly dragonflyoss/dfclient:latest --registry <JFROG_ARTIFACTORY_REGISTRY_URL>
client -2
docker run -d --name dfclient-2 --restart=always -p 65001:65001 -v /etc/dragonfly:/etc/dragonfly -v $HOME/.small-dragonfly:/root/.small-dragonfly dragonflyoss/dfclient:latest --registry <JFROG_ARTIFACTORY_REGISTRY_URL>
I have also configured docker daemon as mentioned in the above documentation, but when I docker pull an image on both clients the image is not getting downloaded via dfget.
Please suggest how can I make this work.
The text was updated successfully, but these errors were encountered: