Skip to content

IoDLT/iodlt-symbol-server-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

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 .

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published