Skip to content
This repository was archived by the owner on Jan 20, 2020. It is now read-only.
This repository was archived by the owner on Jan 20, 2020. It is now read-only.

Error starting userland proxy: mkdir /port/tcp:0.0.0.0:80:tcp:172.17.0.3:80: input/output error #5

Description

@YeyoCoder

First I follow the guide in https://docs.docker.com/compose/gettingstarted/#step-3-define-services-in-a-compose-file and get the following error building and runing the app:
` Creating network "composetest_default" with the default driver
Creating composetest_web_1 ... error
Creating composetest_redis_1 ...

ERROR: for composetest_web_1 Cannot start service web: driver failed programming external connectivity on endpoint composetest_web_1 (adb07b15207b5754eb59d78c256be73bdbc87a12a6d5d7f6e277b9e983368928): Error starting uCreating composetest_redis_1 ... doneERROR: for web Cannot start service web: driver failed programming external connectivity on endpoint composetest_web_1 (adb07b15207b5754eb59d78c256be73bdbc87a12a6d5d7f6e277b9e983368928): Error starting userland proxy: mkdir /port/tcp:0.0.0.0:5000:tcp:172.19.0.2:5000: input/output error
ERROR: Encountered errors while bringing up the project. Then I clone this repository and follow the steps for local deployment and get the following error: ERROR: The Compose file '.\docker-compose.yml' is invalid because:
web.ports is invalid: Port ranges don't match in length So I change the range port from ":80" to "80:80" and rundocker-compose up. But now Im getting a similar error: Starting dockercloud-quickstart-python_web_1 ... error

ERROR: for dockercloud-quickstart-python_web_1 Cannot start service web: b'driver failed programming external connectivity on endpoint dockercloud-quickstart-python_web_1 (c9adc522ac20e674b742718f83b07840550c648f8c604c880944c7769cea4511): Error starting userland proxy: mkdir /port/tcp:0.0.0.0:80:tcp:172.17.0.3:80: input/output error'

ERROR: for web Cannot start service web: b'driver failed programming external connectivity on endpoint dockercloud-quickstart-python_web_1 (c9adc522ac20e674b742718f83b07840550c648f8c604c880944c7769cea4511): Error starting userland proxy: mkdir /port/tcp:0.0.0.0:80:tcp:172.17.0.3:80: input/output error'
ERROR: Encountered errors while bringing up the project.`

¿Why I can't deploy it locally?
I will try using the Docker Hub to see if the error continue.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions