You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello. I'm on Windows 10 and I installed the desktop version of Docker. First it gave me the following error, and then I implemented the solution in this issue: #6, did stop-all and clear-all, deleted the catapult folder and cloned it again, and it proceeded to give me the second error pasted. My apologies for the long issue but I think it's better if I paste all of the logs.
If you're under windows, you're basically on your own.
The problem is docker FS driver on windows + mongo wiredtiger storage engine (but error would probably popup with rocksdb as well).
You can circumvent it by trying to create docker volume (using docker volume create) and then trying to use it in an image (real docker volume created using docker volume create not directory mapping).
Note that I don't think this is not something that bootstrap scripts will support though.
Hello. I'm on Windows 10 and I installed the desktop version of Docker. First it gave me the following error, and then I implemented the solution in this issue: #6, did
stop-all
andclear-all
, deleted the catapult folder and cloned it again, and it proceeded to give me the second error pasted. My apologies for the long issue but I think it's better if I paste all of the logs.FIRST ERROR
SECOND AND CURRENT ERROR
The text was updated successfully, but these errors were encountered: