Known-Docker icon indicating copy to clipboard operation
Known-Docker copied to clipboard

A Docker container for Known.

Results 4 Known-Docker issues
Sort by recently updated
recently updated
newest added

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...

Hi, I'm sorry, I don't use it anymore, if anybody want to step up as maintainer? There is this issue to solve: https://github.com/docker-library/official-images/pull/4670#issuecomment-629601297

PHP 5 has been EOL since January (removed from the `php` images back in https://github.com/docker-library/php/commit/e9320fdb752edb2fb5d1be8412172f5c78255a45).

It builds but is untested. Issues: - Uses tar from @mapkyca's site, is that final? - Couldn't figure out what to do with the binary .sha256. Isn't it supposed to...