Created
April 15, 2019 12:55
-
-
Save indzi/4ebfb512ac53e299c372d44f915af84c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#### 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