This image contains very old, discontinued versions of MySQL. Modern Ubuntu versions are used as a base. The purpose is to make obsolete MySQL versions available for organisations thatt still use them.
The binaries used in the image can also be downloaded from VettaArchive.
To start a container:
docker pull vettadock/mysql-old:4.1
docker run --detach --name mysql41 vettadock/mysql-old:4.1
To connect MySQL with the client that is in the container:
docker exec -ti mysql41 mysql
The Dockerfiles are available in the Vettabase/docker-mysql-old GitHub repository.
mysql-old image is developed and maintained by Vettabase. Commercial support for this image is available at Vettabase.
Content type
Image
Digest
Size
134.4 MB
Last updated
about 6 years ago
docker pull vettadock/mysql-old:4.1