2020年11月10日

技术文章

摘要: Coolshell https://coolshell.cn/articles/5265.html C++11特性 https://coolshell.cn/articles/12165.html C++ 虚函数表解析 https://coolshell.cn/articles/12176.html 阅读全文

posted @ 2020-11-10 22:06 walker-z 阅读(121) 评论(0) 推荐(0)

2020年10月26日

test

摘要: .drone.yml 1 kind: pipeline 2 name: default 3 steps: 4 - name: test 5 image: python:3.7-alpine 6 commands: 7 - "python test.py" 8 9 # - name: publish 阅读全文

posted @ 2020-10-26 21:19 walker-z 阅读(49) 评论(0) 推荐(0)

2020年10月25日

docker-compose.yml

摘要: 1 version: '3' 2 services: 3 registry: 4 container_name: registry 5 image: registry:latest 6 networks: 7 - dev_network 8 ports: 9 - 5000:5000 10 volum 阅读全文

posted @ 2020-10-25 23:25 walker-z 阅读(63) 评论(0) 推荐(0)

drone gogs docker minikube

摘要: # docker 加速 sudo cat > /etc/docker/daemon.json <<EOF { "registry-mirrors": [ "https://1nj0zren.mirror.aliyuncs.com", "https://docker.mirrors.ustc.edu. 阅读全文

posted @ 2020-10-25 23:21 walker-z 阅读(100) 评论(0) 推荐(0)

导航