ニュース

VS Code’s terminal process allows users to run scripts and commands within the editor environment, improving workflow efficiency.
In the VS Code window, click Terminal | New Terminal. With the terminal window open, let’s pull and run the getting-started Docker container with: docker run -d -p 80:80 docker/getting-started ...