
Script when creating mirror, see Lua reference for details.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
# container id of redpanda-0
docker network connect peerdb_network $(docker container ls -qf "name=redpanda-0")
# container id of redpanda-console
docker network connect peerdb_network $(docker container ls -qf "name=redpanda-console")

Script when creating mirror, see Lua reference for details.