Returns the current disk limts set for the container.
()
| 49 | |
| 50 | // Returns the current disk limts set for the container. |
| 51 | CurrentDiskLimits() (DiskLimits, error) |
| 52 | |
| 53 | // Returns the current memory limts set for the container. |
| 54 | CurrentMemoryLimits() (MemoryLimits, error) |
no outgoing calls
no test coverage detected