Posts by _phk_

    Hi,


    I have a container I would like to run with the option

    Code
    network_mode : "host" 



    When I start the container it's shown as "run" but I can't really find out if it's really running.

    Code
    ss -tulen 

    won't show any ports of this contianer open.


    I also thought I could check, if the container is running via

    Code
    docker ps 

    However no container is shown, not even the other containers which are currently running fine (not using host mode).


    Before omv8 I was using omv6 and the host mode was running fine.


    Any idea how to track down this issue?