Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The command starts a Docker container with e3sm:2021.03.18 image, mounts your .ssh/ directory to a corresponding directory of the ‘e3sm’ user in the container, mounts your e3sm project data directory projects/e3sm to a corresponding directory in the container, and run a command to switch to the ‘e3sm’ user in the container. By default, Docker sets a memory usage limit for containers on macOS and Windows systems to 2 GB. The limit may trigger the OOM Killer that will kill a running case with 9 signal. In this caseIf needed, a memory limit can be increased by with the --memorym option when launching a docker container, e.g. --memory m 16g.

If you want to use ssh with public-key authentication without being asked for your private key passphrase, you can set up an ssh-agent:

...