Skip to content

how do i get the auto recorded demo out of the container? #17

Answered by timche
BabyFoxy asked this question in Q&A
Discussion options

You must be logged in to vote

The demos files are stored in the /home/csgo/server bound volume. If you need access to the volume, you should use bind mounts: https://docs.docker.com/storage/bind-mounts/ so the volume is bound to a directory in e.g. your home folder. After that you can set up an FTP server or web server with directory listing with Docker to download the demo files.

Replies: 3 comments 5 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by timche
Comment options

You must be logged in to vote
1 reply
@timche
Comment options

Comment options

You must be logged in to vote
4 replies
@timche
Comment options

@BabyFoxy
Comment options

@timche
Comment options

@BabyFoxy
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #16 on August 05, 2021 11:19.