26 lines
871 B
Plaintext
26 lines
871 B
Plaintext
docker exec -it bash
|
||
docker ps -a
|
||
|
||
|
||
|
||
小程序生成
|
||
https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/qr-code.html
|
||
|
||
|
||
|
||
|
||
根据进程号查看运行路径 (例子13129)
|
||
[root@ict-dmp2-2859 puaiuc]# ll /proc/13129
|
||
dr-xr-xr-x. 2 root root 0 1月 25 17:35 attr
|
||
-rw-r--r--. 1 root root 0 1月 25 17:38 autogroup
|
||
-r--------. 1 root root 0 1月 25 17:38 auxv
|
||
-r--r--r--. 1 root root 0 1月 25 17:38 cgroup
|
||
--w-------. 1 root root 0 1月 25 17:38 clear_refs
|
||
-r--r--r--. 1 root root 0 11月 15 14:11 cmdline
|
||
-rw-r--r--. 1 root root 0 1月 25 17:38 comm
|
||
-rw-r--r--. 1 root root 0 1月 25 17:38 coredump_filter
|
||
-r--r--r--. 1 root root 0 1月 25 17:38 cpuset
|
||
lrwxrwxrwx. 1 root root 0 1月 25 17:38 cwd -> /usr/local/nginx
|
||
-r--------. 1 root root 0 11月 15 14:11 environ
|
||
lrwxrwxrwx. 1 root root 0 11月 15 14:11 exe -> /usr/local/nginx/sbin/nginx
|