SIDU is a web-based SQL client.
This container has SIDU 6.1, running on Apache and Ubuntu Linux using proper, official php base image.
This container is available in the Docker registry.
To run the container and make it available at port 80:
docker run -d -p 80:80 -h foo.example.com veekee/sidu
To run the container and make it available at port 81:
docker run -d -p 81:80 -h foo.example.com veekee/sidu
Use this container on private networks only or using a separated SSL endpoint ! This container does not yet implement SSL.
This project Dockerfile is licensed under MIT, and based on jumanjiman's work. SIDU is licensed under GNU General Public License version 2.0 (GPLv2).
Content type
Image
Digest
Size
209.7 MB
Last updated
almost 7 years ago
docker pull veekee/sidu