Skip to content

Docker

Best practices

  • Specify full version tag to allow for reproducible builds (e.g., node:17.3.0-bullseye instead of node:17, node:17-bullseye etc.)
  • Don’t run app as root in container

Resources