Daily 1116
学习
Docker
Build, Ship, and Run Any App, Anywhere
Use a restart policy 重启规则:
1) no\no-failure\unless-stopped\always TODO
on-failure\always 有什么区别
docker 使用 supervisor 配置supervisor在前台运行
[supervisord]
nodaemon=true
第一段 supervsord 配置软件本身,使用 nodaemon 参数来运行
Run multiple services in a container 借助了supervisor
Howto: ssh automatically add new hosts to the list of known hosts 配置ssh 解决首次登录时候需要加入known hosts的问题
Host 10.*
StrictHostKeyChecking no
如何告诉git哪个私钥要使用? 最终还是直接使用.ssh/id_rsa默认的私钥了
最后修改
February 7, 2021
: doc: 整理daily日记 (0dcc57d)