Percona Server Dockerfile for trusted automated Docker builds.
This repository contains Dockerfile of Percona Server for Docker’s automated build published to the public Docker Hub Registry.
Install Docker.
Download automated build from public Docker Hub Registry: docker pull dockerfile/percona
(alternatively, you can build an image from Dockerfile: docker build -t="dockerfile/percona" github.com/dockerfile/percona)
mysqld-safedocker run -d --name mysql -p 3306:3306 dockerfile/percona
mysqldocker run -it --rm --link mysql:mysql dockerfile/percona bash -c 'mysql -h $MYSQL_PORT_3306_TCP_ADDR'