vogler / free-games-claimer

Automatically claims free games on the Epic Games Store, Amazon Prime Gaming and GOG.
GNU Affero General Public License v3.0
2.2k stars 139 forks source link

How to get data from docker volume #272

Closed halloworld007 closed 6 months ago

halloworld007 commented 6 months ago

sorry i am new in docker linux

howto can pull the file from docker and use the keys?

i start with docker run --rm -it -p 6080:6080 -v fgc:/fgc/data --pull=always ghcr.io/vogler/free-games-claimer howrto can data?

many thx

vogler commented 6 months ago

For example:

$ docker run --rm -it -v fgc:/fgc/data alpine
/ # cd /fgc/data
/fgc/data # ls
prime-gaming.json
/fgc/data # cat prime-gaming.json

If you have the Docker Desktop UI, you can also browse volumes and download files there. Also see https://stackoverflow.com/questions/35406213/how-to-copy-data-from-docker-volume-to-host