From 179406f61466f123f95ab578dd179ed37ec6b456 Mon Sep 17 00:00:00 2001 From: Matthias Koeppe Date: Mon, 22 Aug 2022 08:38:29 -0700 Subject: [PATCH] src/doc/en/developer/portability_testing.rst: Update references to devcontainer ...Command --- src/doc/en/developer/portability_testing.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/doc/en/developer/portability_testing.rst b/src/doc/en/developer/portability_testing.rst index 205baa67c1d..54facbfd1ce 100644 --- a/src/doc/en/developer/portability_testing.rst +++ b/src/doc/en/developer/portability_testing.rst @@ -1198,10 +1198,10 @@ you can see what it does: `_); note that these are multi-gigabyte images, so it may take a while. -- As part of the "postCreateCommand", it installs additional system packages to +- As part of the "onCreateCommand", it installs additional system packages to support VS Code and for development. -- Then, as part of the "postStartCommand", it bootstraps and +- Then, as part of the "updateContentCommand", it bootstraps and configures the source tree and starts to build Sage from source, reusing the installation (:envvar:`SAGE_LOCAL`, :envvar:`SAGE_VENV`) from the prebuilt image.