Skip to content

touching docker.ini on startup does not respond well to a readonly filesystem #2970

Answered by wohali
guest20 asked this question in Q&A
Discussion options

You must be logged in to vote

If you place it prior to docker.ini then any changes it writes will go inside the container and be lost.

This sounds like exactly the what I'm looking for.

Great! That's the recommended approach, then. 😉

Is there also a magical file I can poke to solve the "you need to create _global_changes, _replicator and _users manually" thing?

Try adding the following to your ini file:

[couchdb]
single_node=true

Assuming, of course, you're deploying this as a single node and not a cluster.

Replies: 9 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by janl
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #2970 on June 28, 2020 20:21.