How do I show running docker processes?



  • We saw this in another article where there was nothing running. This is what you would see if Tomcat was running inside a container.

    $ sudo docker ps
    CONTAINER ID        IMAGE               COMMAND             CREATED             STATUS              PORTS                    NAMES
    653be379dea1        tomcat:8.0          "catalina.sh run"   44 seconds ago      Up 43 seconds       0.0.0.0:8888->8080/tcp   jovial_goldstine
    

Log in to reply
 

© Lightnetics 2024