User contributions for Admin

Jump to navigation Jump to search
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

2 May 2023

  • 10:4310:43, 2 May 2023 diff hist +1,483 N Docker container resourceCreated page with "== Default container resource == By default, Docker containers are constrained to use a limited amount of system resources, such as CPU, GPU, memory, and disk space to ensure that containers do not consume excessive resources and cause problems for other containers or the host system. By default, Docker sets resource limits for each container based on the host system's available resources. The exact resource limits that are set can vary depending on the host system's con..." Tag: Visual edit
  • 08:1608:16, 2 May 2023 diff hist +88 Dockerfile tips and tricksNo edit summary Tag: Visual edit
  • 08:1508:15, 2 May 2023 diff hist +235 N Dockerfile tips and tricksCreated page with "== Install nvm in Dockerfile == <code>RUN mkdir -p $NVM_DIR && \ curl <nowiki>https://raw.githubusercontent.com/creationix/nvm/v0.36.0/install.sh</nowiki> | bash && \ . $NVM_DIR/nvm.sh && \ nvm install $NODE_VERSION</code>" Tag: Visual edit
  • 08:1308:13, 2 May 2023 diff hist +862 N Npm tips and tricksCreated page with "== $npm install vs $ npm ci <ref>https://www.ariank.dev/be-aware-of-the-package-lock-json-and-npm-install/</ref> == the difference between <code>npm install</code> and <code>npm ci</code>, it is worth explaining it. <code>npm install</code> will generate a new <code>package-lock.json</code> if it does not exist or it will update the dependency tree if it does not match the packages specified in the <code>package.json</code>. <code>npm ci</code> will install packages base..." current Tag: Visual edit

1 May 2023

29 April 2023

27 April 2023

26 April 2023

25 April 2023

(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)