mysql

official databases

mysql:8.4 — packaged as a smolmachine

linux/amd64
by smolmachines updated 7/13/2026
pull
smolvm pack pull registry.smolmachines.com/library/mysql:8.4
how to use

Verified steps — with the smolvm CLI installed:

# Pull (amd64)

smolvm pack pull registry.smolmachines.com/library/mysql:amd64 -o mysql.smolmachine

# Run a one-off command — ephemeral, the VM is discarded when it exits

smolvm pack run --sidecar mysql.smolmachine docker-entrypoint.sh

# Or run it as a persistent machine — create, start, exec, stop

smolvm machine create --name mysql --from mysql.smolmachine
smolvm machine start --name mysql
smolvm machine exec --name mysql -- docker-entrypoint.sh
smolvm machine stop --name mysql
tags
tagdigestsizeplatformscreated
8.4211 MB
linux/amd64
7/13/2026
latest211 MB
linux/amd64
7/13/2026
configuration
base image mysql:8.4
mode container
entrypoint docker-entrypoint.sh
workdir /
resources 4 CPU, 8192 MB
guest platform linux/amd64
host platform linux/amd64
smolvm version 1.2.1
environment
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin GOSU_VERSION=1.19 MYSQL_MAJOR=8.4 MYSQL_VERSION=8.4.10-1.el9 MYSQL_SHELL_VERSION=8.4.10-1.el9