James-Dao / test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker run -it --rm --name=sysdig --privileged=true \
 --volume=/var/run/docker.sock:/host/var/run/docker.sock \ 
 --volume=/dev:/host/dev --volume=/proc:/host/proc:ro \ 
 --volume=/boot:/host/boot:ro \ 
 --volume=/lib/modules:/host/lib/modules:ro \
 --volume=/usr:/host/usr:ro \
 -e LogLevelString=INFO \ 
 daocloud.io/jamesxiong/hello:master-19c03a0

About


Languages

Language:Go 98.2%Language:Shell 0.6%Language:Lua 0.6%Language:Makefile 0.4%Language:Dockerfile 0.1%Language:Ruby 0.0%