共找到2篇关于主题:cheetsheet 的文章

docker compose cheatsheet

2019-12-062分钟阅读

个人 docker-compose 笔记 Basic config example Common commands Config file reference Building Ports Commands Environment variables Dependencies Other options Advanced features Labels DNS servers Devices External links Hosts Network External…

shell script

2019-01-0212分钟阅读

背景 因为之前一直在 windows系统上,shell很少接触。但是最近切换到了macos, 发现不熟悉shell做事没有效率。故只能学习一下。 这是我从 devhints复制的 shell 学习资料, 用作记录。 shell里面 基本 必须出现在每一个shell脚本之前 Variables 定义变量 String quotes 字符串 Shell execution 字符串中引用变量 See Command substitution Conditional…