-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doesn't seem to work on Mac Monerey #99
Comments
Hi @SigmaOutdoors
You should get an HTTP 302 redirect
Also make sure no other service or container is running already on port 8080 |
OK so oddly enough, my Mac rebooted midday yesterday for no reason (crash I suspect). This is very rare as it is a new Macbook pro. Today (post reboot) I ran exactly the same docker command as yesterday and it geoserver came up. In answer to your suggestion, yesterday when it was hanging I did shell into the container and ran that exact curl command to try and debug myself and it also hung, that is when I reached out to you guys (forgot to mention that). So it was one of two things, maybe Docker Desktop for Mac was having some issues and needed the reboot, which would be odd because as I said tomcat was working. The only other thing I did was download install & run the geoserver platform independent binary (which worked without issue), and yes I made sure to stop this before running the docker version. This obviously should have zero bearing on docker geoserver working or not. So in short, I don't know what happened. It is working and I appreciate you getting back to me. I should also add that it came up with and without the --platform linux/amd64 flag. |
no problem. Glad it's working and thanks for reporting |
It started with it just spinning on startup waiting for geoserver to start with a host platform warning.
I found some information that said I should try --platform linux/amd64 which I did
docker run --name gs --detach -p 8080:8080 --platform linux/amd64 geosolutionsit/geoserver
Now it seems to "start" as far as the logs are concerned but I can't get to
http://localhost:8080/geoserver
I tried just downloading the Tomcat Docker image on it's own and spinning it up. I can get to the same ports so it isn't some kind of network/firewall issue that I can see.
Current "It seems like it started" Logs
The text was updated successfully, but these errors were encountered: