Skip to content

Instantly share code, notes, and snippets.

@ekiara
Created February 12, 2023 16:21
Show Gist options
  • Save ekiara/7acd5a1b2b2272027c031a4e599dd4e7 to your computer and use it in GitHub Desktop.
Save ekiara/7acd5a1b2b2272027c031a4e599dd4e7 to your computer and use it in GitHub Desktop.
Docker container with 2GB RAM limit

Docker container with 2GB RAM limit

docker run -it --entrypoint "/bin/bash" --cpus="1.0" --memory="2g" ubuntu:22.10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment