Visual Studio Code的Docker浏览器,可以在浏览器管理Docker

Visual Studio Code的Docker浏览器,可以在浏览器管理Docker

Node.js 其它杂项

访问GitHub主页

共37Star

详细介绍

Docker Explorer

Join the chat at https://gitter.im/formulahendry/vscode-docker-explorer Marketplace Version Installs Rating Build Status

Features

  • Manage Docker Containers, Docker Images, Docker Hub and Azure Container Registry

Prerequisites

Usage

  • Manage Docker Containers in Explorer

explorer

  • Manage Docker Images in Explorer

image

  • Manage Docker Hub in Explorer

docker-hub

  • Manage Azure Container Registry in Explorer

ACR

  • Suggested Docker Images

suggested-image

Settings

  • docker-explorer.autoRefreshInterval: Interval (in milliseconds) to auto-refresh containers list. Set 0 to disable auto-refresh. (Default is 1000)
  • docker-explorer.executionCommand: Command to execute in container.
  • docker-explorer.containerLogsOptions: Options to show container logs. (Default is "--tail 50 -f")

Visibility of Docker Explorer

You could use below settings to show or hide different explorers:

  • docker-explorer.showDockerContainers: Docker Containers
  • docker-explorer.showDockerImages: Docker Images
  • docker-explorer.showAzureRegistries: Azure Container Registry
  • docker-explorer.showDockerHubTreeView: Docker Hub
  • docker-explorer.showSuggestedDockerImages: Suggested Docker Hub Images

Telemetry data

By default, anonymous telemetry data collection is turned on to understand user behavior to improve this extension. To disable it, update the settings.json as below:

{
    "docker-explorer.enableTelemetry": false
}

Change Log

See Change Log here

Issues

Currently, the extension is in the very initial phase. If you find any bug or have any suggestion/feature request, please join the chat on Gitter or submit the issues to the GitHub Repo.