Dockerfile

FROM debian:stretch
MAINTAINER Nikolaos Vyzas <nick@proxysql.com>
RUN apt-get update && apt-get install -y wget lsb-release gnupg apt-transport-https ca-certificates && wget -O - 'https://repo.proxysql.com/ProxySQL/repo_pub_key' | apt-key add - && echo deb https://repo.proxysql.com/ProxySQL/proxysql-2.0.x/$(lsb_release -sc)/ ./ | tee /etc/apt/sources.list.d/proxysql.list && apt-get update && apt-get install proxysql && rm -rf /var/lib/apt/lists/*
ENTRYPOINT ["proxysql", "-f", "-D", "/var/lib/proxysql"]


docker commit -m="update" -a="domsn.com" 18a4944a4cfb7c63c24b6ce0df05cc50aab1b77ff9751686a0a358ddf1329083 hub.htmltoo.com:5000/os:proxysql

docker push hub.htmltoo.com:5000/os:proxysql


签名:这个人很懒,什么也没有留下!
最新回复 (0)
返回