>데이터 베이스 >MySQL 튜토리얼 >Installing Percona XtraDB Cluster 5.6 with the Docker open-s_MySQL

Installing Percona XtraDB Cluster 5.6 with the Docker open-s_MySQL

WBOY
WBOY원래의
2016-06-01 13:13:051763검색

Docker

FROMubuntu:precise

MAINTAINERPercona.com

# Upgrade

RUNapt-getupdate&&apt-getupgrade-y&&apt-getdist-upgrade-y

ENVDEBIAN_FRONTENDnoninteractive

RUNecho"deb http://repo.percona.com/apt precise main">>/etc/apt/sources.list.d/percona.list

RUNecho"deb-src http://repo.percona.com/apt precise main">>/etc/apt/sources.list.d/percona.list

RUNapt-keyadv--keyserverkeys.gnupg.net--recv-keys1C4CBDCDCD2EFD2A

RUNapt-getupdate

RUNapt-getinstall-ypercona-xtradb-cluster-56qpressxtrabackup

RUNapt-getinstall-ypython-software-propertiesvimwgetcurlnetcat

성명:
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.