Skip to content

Speed up Docker container startup

Roman Azarenko requested to merge docker-nodejs-system-bump-fixuid into devel
  • docker: install Node.js container-wide instead of nvm

    This eliminates a noticeable delay on container startup, when fixuid has to recurisvely change UID/GID in the home directory, since that's where nvm is installed.

  • docker: bump fixuid to 0.5.1

    No noticeable changes. Upstream builds for more architectures, otherwise code is the same.

Edited by Roman Azarenko

Merge request reports