Skip to content

Debug cello by container

xuqiang edited this page Nov 5, 2021 · 6 revisions

1、Compile container image

At present, you need to start two containers,hyperledger/cello-api-engine and postgres;

  • hyperledger/cello-api-engine:

In the cello directory,Using the command,make api-engine

  • postgres:

PostgreSQL can be pulled from dockerhub。v11.1。

  • hyperledger/cello-agent-docker:

In the cello directory,Using the command,make docker-rest-agent (PIP=pip.conf)。 If you need to set the source of pip, first modify Src / agent / docker rest agent / pip.conf, and then start it with PIP parameters;

2、start cello

In the cello directory,Using the command,make start。 End with make stop

Clone this wiki locally