Commit f512d580 authored by daidekun's avatar daidekun

remove 不相关的

parent 88e70804
apiVersion: v1
kind: Pod
metadata:
name: busybox
namespace: default
spec:
containers:
- image: busybox
command:
- sleep
- "3600"
imagePullPolicy: IfNotPresent
name: busybox
restartPolicy: Always
\ No newline at end of file
docker run -d -e SYSTEM_NAME=redpacket -e REDIS_MASTER_HOST=192.168.4.36 -e DB_PORT_3306_TCP_ADDR=db -e DB_PORT_3306_TCP_PORT=3306 -e DB_ENV_MYSQL_DATABASE=192.168.4.36 -e DB_ENV_MYSQL_USER=qa -e DB_ENV_MYSQL_PASSWORD=qatest -e RABBIT_MQ_HOST=192.168.4.36 -e RABBIT_MQ_PORT=5672 192.168.4.36/redpacket/redpacket:0.0.1-master-SNAPSHOT
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment