Jump to content

Docker (software): Difference between revisions

Line 74: Line 74:
** To restrict listing to localhost use <code>-p 127.0.0.1:80:80</code>
** To restrict listing to localhost use <code>-p 127.0.0.1:80:80</code>
* <code>-it</code> to be interactive with a pseudo-tty
* <code>-it</code> to be interactive with a pseudo-tty
===stats===
[https://docs.docker.com/engine/reference/commandline/stats/ docker stats]
Returns information about container cpu usage, memory usage, network usage, and disk usage.


==Networking==
==Networking==