guanzhangzhang 最近的时间轴更新
guanzhangzhang's repos on GitHub
371 人关注
docker-need-to-know
docker常见错误和必须要遵守的标准
251 人关注
gcr.io
:cyclone: sync the docker images of the gcr.io and quay.io
Shell · 122 人关注
Actions-OpenWrt
x86_64/r2s/r4s/树莓派4/doornet2/r1s-h5 openwrt 多源码固件在线编译
Dockerfile · 106 人关注
Dockerfile
:whale:个人用改良市面上的不人性化或者不标准的Dockerfile
Go · 37 人关注
dp
a cli tool which could pull docker images without docker
Shell · 34 人关注
bash
:sunglasses:记录我写的bash shell
Shell · 26 人关注
docker-compose-aarch64
docker-compose v2 已经用 golang 重写了并提供不同架构文件,本仓库只编译 ^1\.\d{2}\.\d 的 tag
Assembly · 16 人关注
ESP8266_NONOS_SDK-mqtt-uart_set
:tada:esp-8266-mqtt
JavaScript · 15 人关注
docker-compose
:mailbox_with_mail:放置所有用过的docker-compose文件
Go · 8 人关注
dummy-tool
Linux dummy 接口工具,支持 x86_64/arm64/loong64/mips64le
7 人关注
consul-tls-ansible
use ansible to Deploy the consul cluster which encrypted by tls
4 人关注
CVE-2024-21626
Makefile · 3 人关注
compile-and-packages
Shell · 2 人关注
ansible-examples
:art:A few starter examples of ansible playbooks, to show features and how they work together. See http://galaxy.ansible.com for example roles from the Ansible community for deploying many popular applications.
Go · 1 人关注
go-ansible
Go-ansible is a library for running Ansible playbooks from Golang.
0 人关注
autoscaler
Autoscaling components for Kubernetes
0 人关注
buildah
A tool that facilitates building OCI images
0 人关注
calico
Cloud native networking and network security
0 人关注
clickhouse_exporter
This is a simple server that periodically scrapes ClickHouse stats and exports them via HTTP for Prometheus(https://prometheus.io/) consumption.
HTML · 0 人关注
cloudnative.to
Source code of cloudnative.to
0 人关注
cri-dockerd
dockerd as a compliant Container Runtime Interface for Kubernetes
0 人关注
docker-mysql
Docker Official Image packaging for MySQL Community Server
Go · 0 人关注
docker-registry-client
A Go API client for the v2 Docker Registry API
Go · 0 人关注
etcd
Distributed reliable key-value store for the most critical data of a distributed system
Go · 0 人关注
examples
chromedp code examples.
0 人关注
flannel
flannel is a network fabric for containers, designed for Kubernetes
0 人关注
github-cli
GitHub’s official command line tool
0 人关注
go-containerregistry
Go library and CLIs for working with container registries
0 人关注
go-gin-example
An example of gin
Go · 0 人关注
goharbor-client
Go Client for the Harbor container registry
guanzhangzhang

guanzhangzhang

🏢  运维
V2EX 第 327727 号会员,加入于 2018-07-08 15:46:58 +08:00
今日活跃度排名 3168
有没有轻量级别的单机 Linux 监控
Linux  •  guanzhangzhang  •  15 天前  •  最后回复来自 guanzhangzhang
43
买小电驴还是公路车自行车
问与答  •  guanzhangzhang  •  2023-05-26 13:51:12 PM  •  最后回复来自 MR98
108
有本地小说库的推荐吗
程序员  •  guanzhangzhang  •  2022-11-29 13:53:50 PM  •  最后回复来自 bthulu
14
有无懂哥试过静态编译或者尽可能静态编译 openresty
Linux  •  guanzhangzhang  •  2022-11-09 16:27:28 PM  •  最后回复来自 guanzhangzhang
6
有没有 github action 上下传文件稳定的白嫖存储
宽带症候群  •  guanzhangzhang  •  2022-06-19 15:25:34 PM  •  最后回复来自 guanzhangzhang
1
有无好用的制品库,或者 gh 代理
宽带症候群  •  guanzhangzhang  •  2022-06-06 13:13:30 PM  •  最后回复来自 guanzhangzhang
7
guanzhangzhang 最近回复了
10 小时 12 分钟前
回复了 RedBeanIce 创建的主题 Windows [公司远程控制家里电脑]有什么价格合适且稳定的方案么
ecs + headscale 组内网 vpn ,然后内网 ip 访问就行了,这样外部人访问不到你 windows 3389 ,frp 端口映射的话就众生平等了,会被人爆破
12 小时 28 分钟前
回复了 KINGWAY 创建的主题 程序员 以前的 nextcloud 虽然臃肿, 但是 docker 跑起来快啊
@gtese 要是在线编辑的话,大多是 php 和 java ,然后依赖 mysql ,总体部署就很重了,特别是小设备上,这个主要是文件分享和下载,就一个二进制文件和配置文件
12 小时 29 分钟前
回复了 yujianwjj 创建的主题 git git/gitlab 如何取消 merge 的代码
reset
rebase 后把 pick 换成 d
上面俩任选其一 push -f

或者可以 revert ,但是会多 commit
15 小时 16 分钟前
回复了 KINGWAY 创建的主题 程序员 以前的 nextcloud 虽然臃肿, 但是 docker 跑起来快啊
3 天前
回复了 dream4ever 创建的主题 程序员 Dockerfile 该如何优化?
你那个 RUN chown -R 就大了

```
COPY 一个 100M 二进制 bin_file /opt/bin_file
RUN chmod a+x /opt/bin_file
```

这样实际镜像带出去有两个 bin_file ,属性不一样,读取的是最后一个
你可以下载个 dive 分析下 waste space ,后续我会打算写一个 github book ,关于镜像如何优化大小
@yarawen #99 ????
感谢楼主分享
5 天前
回复了 ksc010 创建的主题 Docker docker 容器停止不了,有什么方法吗?
@ksc010 #19 https://github.com/moby/moby/issues/43094 我看好多人遇到了,看着是内核 bug
5 天前
回复了 ksc010 创建的主题 Docker docker 容器停止不了,有什么方法吗?
楼主解决了吗,我发现 docker issue 有好多这样的,就是 kill -9 不掉
6 天前
回复了 zjiajun 创建的主题 程序员 中间件自动化安装问题
python 调用 ansible 的 runner ,自己写剧本
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   1639 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 25ms · UTC 16:52 · PVG 00:52 · LAX 09:52 · JFK 12:52
Developed with CodeLauncher
♥ Do have faith in what you're doing.