<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">Hi team,<div><br></div><div>I would like to share latest work on docker:</div><div><br></div><div>- with this PR <a href="https://github.com/GeoNode/docker-geoserver/pull/5">https://github.com/GeoNode/docker-geoserver/pull/5</a> we are now able to automatically set the <b>baseUrl</b> in the configuration (config.xml) from the <b>geonodeAuthProvider</b> of GeoServer. This means if you are in a docker shell you should have automatically an environment variable DOCKER_HOST with a value like this “<a href="tcp://192.168.99.100:2376”">tcp://192.168.99.100:2376”</a> where the ip address is normally the same of the output from “docker-machine ip”. The baseUrl will be configured with a value like this “<a href="http://192.168.99.100:80/“">http://192.168.99.100:80/“</a> that is the url you are going to open up in the browser for accessing geonode so you should be able then to being automatically logged in geoserver too.</div><div>- this commit <a href="https://github.com/GeoNode/geonode/commit/6b24bf9f46bb3cd46696a36e13d4f46faa35fe16">https://github.com/GeoNode/geonode/commit/6b24bf9f46bb3cd46696a36e13d4f46faa35fe16</a> brings the required variable in the compose of geonode</div><div>- after running “make up” and “make sync” we should be in the same situation of what paver was doing for development till now</div><div><br></div><div>The next improvement I’d like to have would be to giving the priority to two new variables NGINX_HOST and NGINX_PORT for the baseUrl from the nginx service in the docker-compose file. I’m happy if somebody can merge the PR and provide any feedback/thought about this.</div><div><br></div><div>Thanks,</div><div>Francesco </div></body></html>