cyberFund / cybernode-archive

🚀 Manager of docker images for cybernomics
MIT License
19 stars 4 forks source link

[btcd] Update description on DockerHub from repository #89

Open abitrolly opened 7 years ago

abitrolly commented 7 years ago

Reticketed from https://github.com/cyberFund/cybernode/issues/50#issuecomment-308506987


Description can be updated through PATCH request

curl 'https://hub.docker.com/v2/repositories/cyberfund/fullnode-btcd/' -X PATCH \
    -H 'Authorization: JWT ey...dw' \
    -H 'Origin: https://hub.docker.com' \
    -H 'Accept-Encoding: gzip, deflate, br' -H 'Accept-Language: en-US,en;q=0.8' \
    -H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64)' \
    -H 'Content-Type: application/json' \
    -H 'Accept: application/json' \
    -H 'Referer: https://hub.docker.com/r/cyberfund/fullnode-btcd/' \
    -H 'Cookie: ajs_anonymous_id=%222... session_hint=1; token=ey...; csrftoken=bB' \
    -H 'Connection: keep-alive' \
    --data-binary '{"description":"Bitcoin fullnode based on btcd"}' \
    --compressed