zksync-era
zksync-era copied to clipboard
Error when running `zk init` in `main`
🐛 Bug Report
📝 Description
There's an error when you run zk init
in the main branch.
🔄 Reproduction Steps
Path 1
- Clone the repo.
- Setup
zk
. - Run
zk init
.
Path 2
- Clone the repo.
-
cd
intoinfrastructure/zk
. -
yarn install
. -
yarn build
. -
yarn start init
.
🤔 Expected Behavior
zk init
should not fail.
😯 Current Behavior
zk init
is failing.
🖥️ Environment
📋 Additional Context
📎 Log Output
docker: Error response from daemon: create ./volumes: "./volumes" 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.
See 'docker run --help'.
Error: Child process exited with code 125
error Command failed with exit code 1.