You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: