VYOS容器运行Carbonyl 终端浏览器

GitHub

https://github.com/fathyb/carbonyl

手动运行版

add container image fathyb/carbonyl

set container name carbonyl allow-host-networks

set container name carbonyl cap-add 'net-admin'

set container name carbonyl cap-add 'net-bind-service'

set container name carbonyl cap-add 'sys-time'

set container name carbonyl cap-add 'sys-admin'

set container name carbonyl cap-add 'net-raw'

set container name carbonyl description 'carbonyl'

set container name carbonyl image 'docker.io/fathyb/carbonyl:latest'

set container name carbonyl restart 'always'

连接容器终端,直接运行打开谷歌主页

connect container carbonyl

./carbonyl/carbonyl https://google.com

SSH登录版

https://github.com/niutech/carbonyl-terminal

add container image carbonyl-terminal

你可能感兴趣的:(carbonyl,终端浏览器,无处不容器,VYOS容器)