github.com/filecoin-project/bacalhau@v0.3.23-0.20230228154132-45c989550ace/docker/bacalhau-image/README.md (about) 1 # Bacalhau Docker Image 2 3 This directory contains a Dockerfile script to build a Docker image containing the Bacalhau binary. 4 5 ## Usage 6 7 You can find detailed information about the Bacalhau command on the [Bacalhau documentation website](https://docs.bacalhau.org/). 8 9 ### Development Node 10 11 You can run a small Bacalhau cluster by running the `devstack` subcommand. This runs an in-memory IPFS node and several local Bacalhau nodes. This is useful for testing and development. See the [the `docs/running_locally.md` documentation](../../docs/running_locally.md) for more information. 12 13 ``` 14 docker run --env IGNORE_PID_AND_PORT_FILES=true --env PREDICTABLE_API_PORT=1 --publish 20000:20000 ghcr.io/bacalhau-project/bacalhau:latest devstack 15 ``` 16 17 ### Production Node 18 19 Follow the instructions on the [Bacalhau documentation website](https://docs.bacalhau.org/running-node/quick-start) to run a Bacalhau node in production.