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!

  • @prenatal_confusion
    link
    English
    510 months ago

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