Sign inSign up

customercentrix/mysql

By customercentrix

Updated almost 11 years ago

Image
0

1.2K

customercentrix/mysql repository overview

MySQL Dockerfile

This repository contains Dockerfile of MySQL 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/mysql

    (alternatively, you can build an image from Dockerfile: docker build -t="dockerfile/mysql" github.com/dockerfile/mysql)

Usage
Run mysqld-safe
docker run -d --name mysql -p 3306:3306 dockerfile/mysql
Run mysql
docker run -it --rm --link mysql:mysql dockerfile/mysql bash -c 'mysql -h $MYSQL_PORT_3306_TCP_ADDR'

Tag summary

Content type

Image

Digest

sha256:c48531476

Size

197 MB

Last updated

almost 11 years ago

docker pull customercentrix/mysql