How to run Hyperledger Composer Rest Server docker image?
问题 I have pulled hyperledger/composer-rest-server docker image , Now if i wanted to run this docker image then on which port should i expose ? Like mentioned below. docker run --name composer-rest-server --publish XXXX:YYYY --detach hyperledger/composer-rest-server Here please tell me what should i replace for XXXX & YYYY ? 回答1: I run the rest server in a container using a command as follows: docker run -d \ -e COMPOSER_CARD="admin@test-net" \ -e COMPOSER_NAMESPACES="never" \ -v ~/.composer: