Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot start service vp #29

Open
YvesHarrison opened this issue May 25, 2017 · 1 comment
Open

Cannot start service vp #29

YvesHarrison opened this issue May 25, 2017 · 1 comment

Comments

@YvesHarrison
Copy link

using command and show error as below
docker-compose -f single-peer-ca.yaml up
Starting dockercompose_baseimage_1
dockercompose_membersrvc_1 is up-to-date
Starting dockercompose_vp_1

ERROR: for vp Cannot start service vp: driver failed programming external connectivity on endpoint dockercompose_vp_1 (c35417ea9a72f5b0de06de57e91b118614d817ced4d23a5febf578b87396445f): Bind for 0.0.0.0:7050 failed: port is already allocated
ERROR: Encountered errors while bringing up the project.

@mrshah-at-ibm
Copy link
Contributor

As the error says, the port is already being used by some other container or process.
Please free that port by stopping the process or killing the container.

If you want to remove all running containers, use docker ps -a -q | xargs docker rm -f

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants