Commands of the KasperskyOS SDK Extension (for example, to build a project) can be executed within a Docker container. This capability lets you work with KasperskyOS Community Edition if your computer has an installed Linux OS version that is not compatible with the SDK.
To work with the SDK in a Docker container:
KOS: Activate extension in this directory.KOS: Open in Dev Container.After this command is executed, the Visual Studio Code restarts and Docker container initialization begins.
It may take several minutes for the container to start for the first time because the image is being built and the necessary packages are being loaded during this time. If you want to track the initialization and startup process, click the notification containing the text Connecting to Dev Container. When the container is running, the following text is added to the Visual Studio Code window title: Dev Container: KOS Dev.
KOS: Activate extension in this directory.Now the extension commands for working with the SDK will be executed within the Docker container.
Page top