Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 963 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 963 Bytes

IoDLT Symbol Server Image - Dockerized

This repository contains instructions for generating a custom catapult-server docker image to use with the symbol-bootstrap tool. This Dockerfile uses conan recipes to compile the server image.

This enables for custom forks to be compiled and utilized using symbol-bootstrap by overriding the symbolServerImage parameter in a preset file:

symbolServerImage: mydockerioduser/catapult-server:version_number

Building

Build as you would any docker image. If you wish to compile a different release / branch of catapult-server, change the SERVER_VERSION variable in the Dockerfile.

Keep in mind the version chosen should support conan. For using a custom git repo, change SERVER_URL to your desired repo.

cd iodlt-symbol-server-docker
docker build -t mytaggedserver .