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
omni operator init-nodes --home=./test --moniker=foo --network=omega fails with:
create test/geth: "test/geth" includes invalid characters for a local volume name, only "[a-zA-Z0-9][a-zA-Z0-9_.-]" are allowed. If you intended to pass a host directory, use absolute path.
Proposed Solution
Convert relative paths into absolute paths before calling docker.
The text was updated successfully, but these errors were encountered:
Problem to Solve
omni operator init-nodes --home=./test --moniker=foo --network=omega
fails with:Proposed Solution
Convert relative paths into absolute paths before calling docker.
The text was updated successfully, but these errors were encountered: