-
Notifications
You must be signed in to change notification settings - Fork 445
Debug cello by container
xuqiang edited this page Nov 5, 2021
·
6 revisions
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;
In the cello directory,Using the command,make start
。
End with make stop
。