Skip to content

docker: Revamp docker-compose files to use all protocols

mujx requested to merge nomadic-labs/tezos:docker-compose-docs into master

Context

The PR updates the docker-compose files and docs to make it easier for new users to run the octez components.

Note that the docker image must include the changes made on the entry-point script so that node rpc is listening on all interfaces and be accessible from the other containers on the docker-compose file.

Related issue: #3430 (closed)

Manually testing the MR

Run the following commands to first build the image:

./scripts/ci/create_docker_image.build.sh
./scripts/ci/create_docker_image.minimal.sh

Then follow the documentation included in the PR and run the different docker-compose files for the protocols.

Checklist

  • Document the interface of any function added or modified (see the coding guidelines)
  • Document any change to the user interface, including configuration parameters (see node configuration)
  • Provide automatic testing (see the testing guide).
  • For new features and bug fixes, add an item in the appropriate changelog (docs/protocols/alpha.rst for the protocol and the environment, CHANGES.rst at the root of the repository for everything else).
  • Select suitable reviewers using the Reviewers field below.
  • Select as Assignee the next person who should take action on that MR
Edited by mujx

Merge request reports