[GH-ISSUE #278] Docker Reset after restart #179

Closed
opened 2026-02-27 15:57:39 +03:00 by kerem · 1 comment
Owner

Originally created by @FrancescoFdd5 on GitHub (Jan 7, 2020).
Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/278

Hi, when I stop and then restart the container I lose all the data and the container returns to the default settings
I use this command to start it
docker run -d -p 10080:80 -p 6080:6080 --restart unless-stopped retspen/webvirtcloud:0.1

Originally created by @FrancescoFdd5 on GitHub (Jan 7, 2020). Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/278 Hi, when I stop and then restart the container I lose all the data and the container returns to the default settings I use this command to start it `docker run -d -p 10080:80 -p 6080:6080 --restart unless-stopped retspen/webvirtcloud:0.1`
kerem closed this issue 2026-02-27 15:57:39 +03:00
Author
Owner

@FrancescoFdd5 commented on GitHub (Jan 7, 2020):

I solved, after starting the container for the first time, then you need to use another command:
docker start "docker container id"
Because if you use the one shown in the wiki, a new container is recreated.

I believe it is necessary to update the wiki
To find the container id just give this command:
docker ps -a
or
docker container ls

I hope this will help others

<!-- gh-comment-id:571751820 --> @FrancescoFdd5 commented on GitHub (Jan 7, 2020): I solved, after starting the container for the first time, then you need to use another command: `docker start "docker container id"` Because if you use the one shown in the wiki, a new container is recreated. I believe it is necessary to update the wiki To find the container id just give this command: `docker ps -a` or `docker container ls` I hope this will help others
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/webvirtcloud#179
No description provided.