Returns the current memory limts set for the container.
()
| 52 | |
| 53 | // Returns the current memory limts set for the container. |
| 54 | CurrentMemoryLimits() (MemoryLimits, error) |
| 55 | |
| 56 | // Map a port on the host to a port in the container so that traffic to the |
| 57 | // host port is forwarded to the container port. This is deprecated in |
no outgoing calls
no test coverage detected