Skip to content

Commit

Permalink
use latest major release of oneclient (#604)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrea-manzi committed Jul 3, 2023
1 parent e42dc52 commit 7ed0b34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/en/users/data/management/datahub/clients/_index.md
Expand Up @@ -106,7 +106,7 @@ $ export ONECLIENT_PROVIDER_HOST=plg-cyfronet-01.datahub.egi.eu
$ docker run -it --privileged \
-e ONECLIENT_ACCESS_TOKEN=$ONECLIENT_ACCESS_TOKEN \
-e ONECLIENT_PROVIDER_HOST=$ONECLIENT_PROVIDER_HOST \
onedata/oneclient:20.02.7
onedata/oneclient:21.02.2
Connecting to provider 'plg-cyfronet-01.datahub.egi.eu:443' using session ID: '4138963898952098752'...
Getting configuration...
Oneclient has been successfully mounted in '/mnt/oneclient'
Expand Down Expand Up @@ -142,7 +142,7 @@ $ export ONECLIENT_PROVIDER_HOST=plg-cyfronet-01.datahub.egi.eu
$ docker run -it --privileged \
-e ONECLIENT_ACCESS_TOKEN=$ONECLIENT_ACCESS_TOKEN \
-e ONECLIENT_PROVIDER_HOST=$ONECLIENT_PROVIDER_HOST \
-v $PWD:/mnt/src --entrypoint bash onedata/oneclient:20.02.7
-v $PWD:/mnt/src --entrypoint bash onedata/oneclient:21.02.2
root@aca612a84fb4:/tmp# oneclient /mnt/oneclient
Connecting to provider 'plg-cyfronet-01.datahub.egi.eu:443' using session ID: '1641165171427694510'...
Getting configuration...
Expand Down

0 comments on commit 7ed0b34

Please sign in to comment.