06 2020 档案

摘要:1,https://docs.confluent.io/current/quickstart/ce-docker-quickstart.html2, 简化后的docker-compose.yml---version: '2'services: zookeeper: image: confluentinc/cp-zookeeper:5.5.0 hostname: zookeeper ... 阅读全文
posted @ 2020-06-23 17:15 张保维 阅读(806) 评论(0) 推荐(1)
摘要:1 , 运行 centos 镜像docker run -it –name chrometest docker.io/centos:7 /bin/bash2, 安装 chrome 最新版本# wget https://dl.google.com/linux/direct/google-chrome-s 阅读全文
posted @ 2020-06-22 16:29 张保维 阅读(236) 评论(0) 推荐(0)
摘要:1,参考:https://stackoverflow.com/questions/43665276/how-to-run-google-chrome-headless-in-dockerhttps://hub.docker.com/r/browserless/chrome/dockerfile2,python 做为调用脚本 ,# -*- coding: utf-8 -*-from selenium... 阅读全文
posted @ 2020-06-22 13:46 张保维 阅读(248) 评论(0) 推荐(0)