Sign inSign up

tvalladon/sqlbuddy

By tvalladon

•Updated over 5 years ago

Image
1

10K+

tvalladon/sqlbuddy repository overview

⁠Docker Sqlbuddy

Builds an alpine/php7.4 docker image with a php 7 updated version of SqlBuddy⁠ pre-installed.

⁠Information

This image builds on the php:7.4-alpine⁠ image and the Frecuencio SqlBuddy PHP-7 modifications⁠

I do not claim nor accept any responsibility for usage of this repo, associated docker images or any containers build with this repo or image, even if those repositories or images were built and provided by myself.

This is a depreciated project, using a depreciated software package, use at one's own risk.

There will be issues and the software is no longer supported. You have been warned.

⁠Security

SqlBuddy is not longer maintained and is sure to have lots of bugs and security errors. This is a last ditch effort to keep a popular docker image alive for a bit longer.

Please find a better and more up to date tool to use.

⁠Building

USAGE:
	docker build -t sqlbuddy .
	docker run -d --name=sqlbuddy -P --link=mysql_container:mysql sqlbuddy
ALT USAGE (Pulls from tvalladon/sqlbuddy docker hub):
	docker run -d --name=sqlbuddy -P --link=mysql_container:mysql tvalladon/sqlbuddy
⁠Usage
After you launch the docker container get the public port using:
	docker port sqlbuddy 80
	The response will be something along the lines of:
	0.0.0.0:49162
	Open your browser to the host machine IP address with the port provided (in this case 49162)

⁠Docker Compose

You can use this method to include this image in a docker-compose build.

sqlbuddy:
	image: tvalladon/sqlbuddy
	ports: 
		- "8080:80"

Tag summary

Content type

Image

Digest

sha256:4ac21b9de…

Size

34.1 MB

Last updated

over 5 years ago

docker pull tvalladon/sqlbuddy