Skip to content

Instantly share code, notes, and snippets.

@indzi
Created April 15, 2019 12:55
Show Gist options
  • Save indzi/4ebfb512ac53e299c372d44f915af84c to your computer and use it in GitHub Desktop.
Save indzi/4ebfb512ac53e299c372d44f915af84c to your computer and use it in GitHub Desktop.
#### Memory Constraints
You can also set [memory constraints](https://docs.docker.com/engine/reference/run/#/user-memory-constraints) on Docker:
```
docker run -it -m 300M ubuntu:14.04 /bin/bash
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment