Skip to content
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

docker image failing: attempt to browse and get "connection reset" #14

Open
K1WIZ opened this issue Jun 6, 2020 · 1 comment
Open

Comments

@K1WIZ
Copy link

K1WIZ commented Jun 6, 2020

I have this script to build the container:
#!/bin/bash
docker run --name knowns --link some-mysql:db -e KNOWN_DATABASE=MySQL -e KNOWN_DB_USER=known -e KNOWN_DB_PASSWORD=mypassword -e KNOWN_DB_NAME=known -e KNOWN_DB_HOST=db -p 9000:9000 -d known

docker ps -a shows:
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
99125e19f701 known "/entrypoint.sh php-…" 18 minutes ago Up 18 minutes 0.0.0.0:9000->9000/tcp knowns

The container seems to start, but I don't see anything or a setup page when I browse to:
ip.of.host:9000

The browser says: This site can’t be reached The connection was reset.

I was really hoping to try this. What is wrong?

@mapkyca
Copy link
Member

mapkyca commented Jun 6, 2020

Dunno.

But this image is pretty much unmaintained now, as I have basically zero time to update it and nobody seemed interested in keeping it up to date.

If you fancy taking it on, I'd love to look at pull requests! :D

Otherwise, later versions of the known git checkout (if you run composer to get dev tools) have some docker builds built in, but these are very much geared towards development rather than hosting (as they make no guarantees for data persistence). However, if you're just wanting to play around they might be what you're looking for.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants