Hello! I need a guide on how to migrate data from shared hosting to Docker. All the guides I can find are about migrating docker containers though! I am going to use a PaaS - Caprover which sets up everything. Can I just import my data into the regular filesystem or does the containerisation have sandboxed filesystems? Thanks!

  • @anarchotaoist@links.hackliberty.orgOP
    link
    fedilink
    English
    11 year ago

    Thanks! I will have to research volumes! Bind mount - that would mean messing with fstab, yes? I set up a bind for my desktop but entering mounts in fstab has borked me more than once!

    • @prenatal_confusion
      link
      English
      51 year ago

      No it’s declared in the compose file or the docker run command and you specify a folder as target. No fstab needed.