How do I keep my data when I use docker?

Open
#642 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
2/5
Estimated time
1-3 hours
Newbie friendliness
25/100
Issue type
Documentation
Clarity
Needs clarification
Activity status
Stale
Tech stack
docker
Domain
devops

Research direction

Start with the Docker image and the shown docker run command, then inspect the container's runtime configuration to identify where persistent data is stored. Document the host volume or path needed to retain data across container restarts and verify the guidance by recreating the container.

Written by the indexing model from the issue text.

Description

After Build the docker container, I run it:

docker run -d -p 80:80 -p 6080:6080 retspen/webvirtcloud:v20240320

which directory or path should I pay attention to?

Dominant language
JavaScript
Stars
1.9k
Forks
398
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from retspen/webvirtcloud

All issues in retspen/webvirtcloud

Similar issues

More JavaScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.