Maybe crazy simple, but i can’t seem to find where i can edit a file from the host system?

i can go into a console inside the container, but i would like to edit from the host system, where is it located? my google seems to be not strong enough…

thanks.

  • ComputersWantMeDead@alien.topB
    link
    fedilink
    English
    arrow-up
    1
    ·
    10 months ago

    If you really need to edit a file with a container, then you first should map that directory/file to the host system

    You’ll potentially break the container if that file/container doesn’t auto-generate on first run, and it’s not recommended if you don’t know what your are doing - as host-mapped files can become incompatible with container updates