GeoNode/geoserver-docker

errors using quick start command

john-mclean opened this issue · 4 comments

modified command to display errors directly to console:

# docker run --name "geoserver" -v /var/run/docker.sock:/var/run/docker.sock -it -p 8080:8080 geonode/geoserver
Traceback (most recent call last):
File "/usr/local/tomcat/tmp/get_dockerhost_ip.py", line 8, in
print _docker_host_ip()
NameError: name '_docker_host_ip' is not defined
cp: cannot stat '/geoserver_data/data/security/role/geonode REST role service/config.xml': No such file or directory

wessm commented

I have the same problem, exactly the same error message

I too have same problem, same error message.

Me too.

kriku commented

Seems like function call before function definition.

(Have the same issue).