Open
Description
Hi,
I'm trying your project, and I encountering an error as following your instructions on Readme.
git clone https://github.com/geopython/geopython-workshop.git
cd geopython-workshop.git/workshop/jupyter
./build.sh
OK, except that the directory is not geopython-workshop.git
but geopython-workshop
, so the correct command is cd geopython-workshop/workshop/jupyter
. You may consider adding && \
at the end of your command lines.
But the problem occurs when I try starting the containers:
cd workshop
# start workshop
./geopython-workshop-ctl.sh start
It ends with:
Status: Downloaded newer image for geopython/pycsw:latest
Creating geopython-workshop-pycsw ...
Creating geopython-workshop-pygeoapi ...
Creating geopython-workshop-jupyter ...
Creating geopython-workshop-jupyter
Creating geopython-workshop-pycsw
Creating geopython-workshop-jupyter ... error
ERROR: for geopython-workshop-jupyter Cannot start service jupyter: driver failed programming external connectivity on endpoint geopython-workshop-jupyter (e6caa476b3b025268b1b7b3390c0c99f8Creating geopython-workshop-pycsw ... done
ERROR: for jupyter Cannot start service jupyter: driver failed programming external connectivity on endpoint geopython-workshop-jupyter (e6caa476b3b025268b1b7b3390c0c99f8d88ba5c0600107eae325dbcd5032d67): Error starting userland proxy: listen tcp4 0.0.0.0:8888: bind: address already in use
ERROR: Encountered errors while bringing up the project.
System : Ubuntu 18.04.6 LTS
Docker : 20.10.2, build 20.10.2-0ubuntu1~18.04.2