https://github.com/datacharmer/mysql-docker-sandbox
Integration between MySQL Sandbox and Docker containers
https://github.com/datacharmer/mysql-docker-sandbox
Last synced: about 1 year ago
JSON representation
Integration between MySQL Sandbox and Docker containers
- Host: GitHub
- URL: https://github.com/datacharmer/mysql-docker-sandbox
- Owner: datacharmer
- License: apache-2.0
- Created: 2016-02-27T16:10:12.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-02-11T20:56:39.000Z (over 7 years ago)
- Last Synced: 2025-03-27T10:11:24.443Z (about 1 year ago)
- Language: Shell
- Size: 97.5 MB
- Stars: 6
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Docker containers for MySQL-Sandbox
See [mysql-docker-minimal](https://github.com/datacharmer/mysql-docker-minimal) for an alternative solution
# MySQL Sandbox and Docker
This repository contains the code to create Docker images for MySQL Sandbox in Docker.
* **distro-resize** is the low level code needed to resize the contents of MySQL tarballs (down to 5% of the original size.)
* **mysql-sb-base** is the base image, which you can use stand-alone, with tarballs in the host computer. (201 MB)
* **mysql-sb-gz** is the image containing the **compressed** mini tarballs created by distro-resize. (201 MB)
* **mysql-sb-full** is the full image, containing the mini tarballs ready to use. (714 MB)
* **mysql-sb-thin** is a thin image, containing the mini tarballs ready to export as a volume. (514 MB)