/vscode-docker-explorer

Docker Explorer for Visual Studio Code

Primary LanguageTypeScriptMIT LicenseMIT

Docker Explorer

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

Features

  • Manage Docker Containers and Images in Explorer

Prerequisites

Usage

  • Manage Docker Containers in Explorer

explorer

  • Manage Docker Images in Explorer

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.

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.