Loading...
docker-composer.yml文件version: '3' services: etcd-1: container_name: etcd1 image: quay.io/coreos/etcd:v3.4.7 entrypoint: /usr/local/bin/etcd command: ...
1、安装EPEL Release,因为安装需要使用其他的repo源,所以需要EPEL支持[root@qd-vpc-op-snapshot01 ~]# yum install -y epel-release [root@qd-vpc-op-snapshot01 ~]# rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7 //如果...
此工具可以将网页生成图片或者pdf图,也可以作为http反向代理服务APINameRequiredValueDescriptionUsageurlyes Target URLhttp://puppeteer-renderer?url=http://www.google.comtype pdf or screenshotRendering another type.http://puppete...
查询样例1、查询活动activityId是825,并且时间在1596168870和15961688701之间的数据,并取出statCount最大值 { "query": { "bool": { "filter": [ { "term": { ...
启动compose.yml文件之前请先设置环境变量export DOCKER_HOST_IP=192.168.99.100 (设置内网机器的ip地址)一、kafka compose.yml配置文件version: '2.1' services: zoo1: image: zookeeper:3.4.9 hostname: zoo1 ports: - ...