sys.json icon indicating copy to clipboard operation
sys.json copied to clipboard

wishlist: /proc location parameter

Open chrishiestand opened this issue 10 years ago • 0 comments

It would be great if you could tell sys.json to read proc from another directory such as /proc-host. Then you should be able to run docker like so:

docker run -it -p 5374:5374 -v /proc:/proc-host:ro go-sysjson

And the docker image can run:

sysjson -proc=/proc-host

chrishiestand avatar Jun 07 '15 05:06 chrishiestand