- Angular 6 for Enterprise:Ready Web Applications
- Doguhan Uluca
- 214字
- 2021-06-25 21:20:40
Docker extension in VS Code
Another way to interact with Docker images and containers is through VS Code. If you have installed the PeterJausovec.vscode-docker Docker extension, as suggested in Chapter 2, Create a Local Weather Web Application, you will see an expandable title named DOCKER in the Explorer pane of VS Code, as pointed out with an arrow in the following screenshot:

Docker extension in VS Code
Let's go through some of the functionality provided by the extension:
- Images contains a list of all the container snapshots that exist on your system
- Right-clicking on a Docker image brings up a context menu to run various operations on it, like run, push and tag
- Containers list all executable Docker containers that exist on your system, which you start, stop or attach to
- Registries display the registries that you're configured to connect to, like DockerHub or AWS Elastic Container Registry
While the extension makes it easier to interact with Docker, npm Scripts for Docker automate a lot of the chores related to building, tagging and testing and image. They are cross-platform and will work equally well in a continuous integration environment.
You may find it confusing to interact with npm scripts in general through the CLI. Let's look at VS Code's npm script support next.
- 黑客攻防實戰技術完全手冊:掃描、嗅探、入侵與防御
- Mastering Machine Learning for Penetration Testing
- 物聯網工程規劃技術
- HCNA網絡技術
- 網絡安全技術與解決方案(修訂版)
- Yii Application Development Cookbook(Second Edition)
- WordPress Web Application Development
- SAE原理與網絡規劃
- 網管工具使用與技巧大全
- 基于IPv6的家居物聯網開發與應用技術
- Getting Started with tmux
- 走近奇妙的物聯網
- Hands-On Reactive Programming in Spring 5
- 黑客與反黑工具使用詳解
- Microservices Development Cookbook