[GH-ISSUE #606] [QUESTION] Why is /config mounted while not using it? #386

Closed
opened 2026-02-25 20:35:37 +03:00 by kerem · 2 comments
Owner

Originally created by @Akruidenberg on GitHub (Jan 6, 2022).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/606

I have a unnamed volume for the /config mount. However, because I'm using tmpfs, the volume is not used. Every time i recreate the container, the volume is recreated. How to remove this volume permanently?

Originally created by @Akruidenberg on GitHub (Jan 6, 2022). Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/606 I have a unnamed volume for the /config mount. However, because I'm using tmpfs, the volume is not used. Every time i recreate the container, the volume is recreated. How to remove this volume permanently?
kerem 2026-02-25 20:35:37 +03:00
  • closed this issue
  • added the
    question
    label
Author
Owner

@benbusby commented on GitHub (Jan 11, 2022):

You'd need to remove the following lines from the Dockerfile before recreating the container:

github.com/benbusby/whoogle-search@31f4c00aee/Dockerfile (L20-L22)

<!-- gh-comment-id:1010194466 --> @benbusby commented on GitHub (Jan 11, 2022): You'd need to remove the following lines from the Dockerfile before recreating the container: https://github.com/benbusby/whoogle-search/blob/31f4c00aee430117d96860bae361c6408b9e0c1f/Dockerfile#L20-L22
Author
Owner

@simonmcnair commented on GitHub (Jan 16, 2023):

Odd question but this happens in your uploaded docker image. is this a bug or a feature please ? I would have expected, as you had defined tmpfs in the example dockercomposefile that no docker volumes would be created.

<!-- gh-comment-id:1384147070 --> @simonmcnair commented on GitHub (Jan 16, 2023): Odd question but this happens in your uploaded docker image. is this a bug or a feature please ? I would have expected, as you had defined tmpfs in the example dockercomposefile that no docker volumes would be created.
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/whoogle-search#386
No description provided.