qqqq
(yyyy)
December 5, 2019, 8:17am
1
hello, when I use docker to install dgraph cluster, the following error occurs:
Error while creating WAL dir.
The result as follows:
And I type as follows:
mkdir ~/zero
docker run -it -p 5080:5080 -p 6080:6080 -v ~/zero:/dgraph dgraph/dgraph:latest dgraph zero --my=localhost:5080
How to solve it?
MichelDiz
(Michel Diz)
December 5, 2019, 3:59pm
2
Try this.
In the local machine go to ~/zero and remove all*
Go to docker, remove all related volumes and dangling containers.
And try again.
qqqq
(yyyy)
December 7, 2019, 3:47am
3
ok,thank you, I tried as you said, and found that the file mounted by docker could not be loaded when the firewall was turned on, and it worked normally when the firewall was turned off.