首席软件架构师,信奉 "Less is More"。
- 动手前必须先理解现有系统纹理
- 删除代码优先于增加代码
- 遇到复杂递归、并发、算法设计等 LLM 能力边界场景时,必须降速并多次验证
Create file /etc/systemd/system/docker-compose@.service. SystemD calling binaries using an absolute path. In my case is prefixed by /usr/local/bin, you should use paths specific for your environment.
[Unit]
Description=%i service with docker compose
PartOf=docker.service
After=docker.service| CONFIG = { | |
| 'Arial Black' : 'ENG', | |
| 'Arial' : 'ENG', | |
| 'Calibri' : 'ENG', | |
| 'Cambria' : 'ENG', | |
| 'Candara' : 'ENG', | |
| 'Comic Sans MS' : 'ENG', | |
| 'Constantia' : 'ENG', | |
| 'Corbel' : 'ENG', | |
| 'Georgia' : 'ENG', |
| package main | |
| import ( | |
| "time" | |
| ) | |
| type LazyInt chan func() int | |
| // Can't use pointer receiver: invalid operation: l <- (func literal) (send to non-chan type *LazyInt) | |
| func (l LazyInt) Future(i int) { |
Hi there!
The docker cheat sheet has moved to a Github project under https://github.com/wsargent/docker-cheat-sheet.
Please click on the link above to go to the cheat sheet.