Home  >  Article  >  Development Tools  >  How to install docker in vscode

How to install docker in vscode

尚
Original
2019-12-16 11:58:043987browse

How to install docker in vscode

VS Code provides some official extensions for Docker support, we can press Ctrl Shift X to open the "Extensions" view, then search for docker to filter the results, and finally select the Microsoft Docker extension to install :

How to install docker in vscodeUsing this Docker extension, it is very convenient to build, manage and deploy containerized applications from Visual Studio Code, which is mainly reflected in the following points:

Automatically generate dockerfile, docker- compose.yml and .dockerignore files (press F1 and search for Docker: Add Docker files to Workspace);

How to install docker in vscode

syntax highlighting and docker-compose.yml and Dockerfile Smart prompts for files

How to install docker in vscodePHP Chinese website has a large number of free vscode introductory tutorials, everyone is welcome to learn!

The above is the detailed content of How to install docker in vscode. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Previous article:vscode quick use tutorialNext article:vscode quick use tutorial