Skip to content
/ percona Public
forked from dockerfile/percona

Percona Server Dockerfile for trusted automated Docker builds.

License

Notifications You must be signed in to change notification settings

ifa6/percona

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Percona Server Dockerfile

This repository contains Dockerfile of Percona Server for Docker's automated build published to the public Docker Hub Registry.

Base Docker Image

Installation

  1. Install Docker.

  2. 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)

Usage

Run mysqld-safe

docker run -d --name mysql -p 3306:3306 dockerfile/percona

Run mysql

docker run -it --rm --link mysql:mysql dockerfile/percona bash -c 'mysql -h $MYSQL_PORT_3306_TCP_ADDR'

About

Percona Server Dockerfile for trusted automated Docker builds.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published