So I have two docker containers running 7d2d and TF2, but there will be times I'd like to edit the server cfg files.
I appreciate I can ssh into the docker using something like
and then make changes, but I was wondering if there is any web/gui ways.
I also think I'm right in saying (based on research) that due to the nature of dockers being 'contained' you can't have a docker application that could edit it.
I thought I could use something like doublecommander to click into the files, but I don't think that will work (unless I'm looking in the wrong place)
So, is there anyway at all, I can have some form of web gui to enable me to edit simple text files within a contain for config files for games, and things like that. Like I currently do on a gameserver host I use for Minecraft (I understand it's a completely different system, I'm just using that for example)
Thanks for your help.