Jump to content

Docker (software): Difference between revisions

Line 160: Line 160:
       - NET_ADMIN
       - NET_ADMIN
       - NET_RAW
       - NET_RAW
    mem_limit: 8M
</syntaxhighlight>
</syntaxhighlight>


* You do not need to add <code>expose</code>.
* You do not need to add <code>expose</code>.
* Omitting <code>mem_limit</code> will increase memory usage from ~2M to ~4M in the Alpine container.


==Resources==
==Resources==