Skip to content

[ZK Stack] - How to deploy zkstack in docker? #627

Answered by gleenai bot
SuccinctPaul asked this question in ZK Stack
Discussion options

You must be logged in to vote

To deploy ZK Stack in Docker, you can follow these general steps:

  1. Clone the ZKsync Era repository:

    git clone https://github.com/matter-labs/zksync-era.git
    cd zksync-era
  2. Set up Docker:
    Ensure Docker and Docker Compose are installed on your machine. If not, you can install them from Docker's official site.

  3. Generate Docker Compose File:
    Use the zk stack docker-setup command to generate docker images for your server and prover. This will guide you through naming and tagging your image. After building it, a docker-compose file will be available for running the images in your desired environment.

  4. Run Docker Compose:
    Navigate to the directory containing your docker-compose file and start…

Replies: 2 comments 4 replies

Comment options

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

You must be logged in to vote
4 replies
@SuccinctPaul
Comment options

@bxpana
Comment options

@SuccinctPaul
Comment options

@bxpana
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
ZK Stack
Labels
zk-stack ZK Stack Question
2 participants