Re: [pmacct-discussion] docker

2021-10-01 Thread Steve Clark
Hi, I found if I set daemonize: false in my pmacctd.conf file and use the -d flag on the docker run line it seems to work. Don't know if this is the proper solution though. Thanks, Steve On 10/1/21 7:21 AM, Steve Clark wrote: Hello, I am having trouble getting the "latest" or

Re: [pmacct-discussion] docker

2021-10-01 Thread John Jensen
Hey Steve, It is the proper solution. To add some context, if you don't pass '-it' (-i keeps STDIN open on the container and -t allocates a pseudo-TTY and attaches it to the STDIN of the container) or '-d' (which spawns the container in 'detached' mode, which will return your running container

[pmacct-discussion] docker

2021-10-01 Thread Steve Clark
Hello, I am having trouble getting the "latest" or "bleeding-edge" docker image to run by using the following command: docker run --privileged --network host -v /etc/pmacct_netwolves/pmacctd.conf:/etc/pmacct/pmacctd.conf pmacct/pmacctd:bleeding-edge $ docker ps CONTAINER ID IMAGE