diff --git a/docs/i18n/chinese/devops.md b/docs/i18n/chinese/devops.md index 63556a1850..8e40b5abcf 100644 --- a/docs/i18n/chinese/devops.md +++ b/docs/i18n/chinese/devops.md @@ -785,7 +785,7 @@ Config changes to our NGINX instances are maintained on GitHub, these should be Are you sure you want to continue? [y/N] y ``` - Select yes (y) to remove everything that is not in use. + Select yes (y) to remove everything that is not in use. This will remove all stopped containers, all networks and volumes not used by at least one container, and all dangling images and build caches. ## Updating Node.js versions on VMs @@ -811,10 +811,10 @@ Verify installed packages npm ls -g --depth=0 ``` -Alias `default` Node.js versions to the current `stable` +Alias the `default` Node.js version to the current LTS ```console -nvm alias default stable +nvm alias default lts/* ``` diff --git a/docs/i18n/espanol/devops.md b/docs/i18n/espanol/devops.md index 772ef4f697..b556ac2d6e 100644 --- a/docs/i18n/espanol/devops.md +++ b/docs/i18n/espanol/devops.md @@ -785,7 +785,7 @@ Config changes to our NGINX instances are maintained on GitHub, these should be Are you sure you want to continue? [y/N] y ``` - Select yes (y) to remove everything that is not in use. + Select yes (y) to remove everything that is not in use. This will remove all stopped containers, all networks and volumes not used by at least one container, and all dangling images and build caches. ## Updating Node.js versions on VMs @@ -811,10 +811,10 @@ Verify installed packages npm ls -g --depth=0 ``` -Alias `default` Node.js versions to the current `stable` +Alias the `default` Node.js version to the current LTS ```console -nvm alias default stable +nvm alias default lts/* ``` diff --git a/docs/i18n/portuguese/devops.md b/docs/i18n/portuguese/devops.md index 63556a1850..8e40b5abcf 100644 --- a/docs/i18n/portuguese/devops.md +++ b/docs/i18n/portuguese/devops.md @@ -785,7 +785,7 @@ Config changes to our NGINX instances are maintained on GitHub, these should be Are you sure you want to continue? [y/N] y ``` - Select yes (y) to remove everything that is not in use. + Select yes (y) to remove everything that is not in use. This will remove all stopped containers, all networks and volumes not used by at least one container, and all dangling images and build caches. ## Updating Node.js versions on VMs @@ -811,10 +811,10 @@ Verify installed packages npm ls -g --depth=0 ``` -Alias `default` Node.js versions to the current `stable` +Alias the `default` Node.js version to the current LTS ```console -nvm alias default stable +nvm alias default lts/* ```