{"id":15422771,"url":"https://github.com/formulahendry/vscode-docker-explorer","last_synced_at":"2025-04-14T16:23:41.710Z","repository":{"id":21890839,"uuid":"94313545","full_name":"formulahendry/vscode-docker-explorer","owner":"formulahendry","description":"Docker Explorer for Visual Studio Code","archived":false,"fork":false,"pushed_at":"2022-12-06T16:25:41.000Z","size":611,"stargazers_count":48,"open_issues_count":54,"forks_count":19,"subscribers_count":10,"default_branch":"master","last_synced_at":"2024-04-13T23:55:16.392Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://marketplace.visualstudio.com/items?itemName=formulahendry.docker-explorer","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/formulahendry.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-06-14T09:25:22.000Z","updated_at":"2024-04-08T04:12:59.000Z","dependencies_parsed_at":"2023-01-11T21:23:39.213Z","dependency_job_id":null,"html_url":"https://github.com/formulahendry/vscode-docker-explorer","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/formulahendry%2Fvscode-docker-explorer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/formulahendry%2Fvscode-docker-explorer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/formulahendry%2Fvscode-docker-explorer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/formulahendry%2Fvscode-docker-explorer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/formulahendry","download_url":"https://codeload.github.com/formulahendry/vscode-docker-explorer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248914738,"owners_count":21182486,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-01T17:39:28.224Z","updated_at":"2025-04-14T16:23:41.688Z","avatar_url":"https://github.com/formulahendry.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Docker Explorer\n\n[![Join the chat at https://gitter.im/formulahendry/vscode-docker-explorer](https://badges.gitter.im/formulahendry/vscode-docker-explorer.svg)](https://gitter.im/formulahendry/vscode-docker-explorer?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge) [![Marketplace Version](https://vsmarketplacebadge.apphb.com/version-short/formulahendry.docker-explorer.svg)](https://marketplace.visualstudio.com/items?itemName=formulahendry.docker-explorer) [![Installs](https://vsmarketplacebadge.apphb.com/installs-short/formulahendry.docker-explorer.svg)](https://marketplace.visualstudio.com/items?itemName=formulahendry.docker-explorer) [![Rating](https://vsmarketplacebadge.apphb.com/rating-short/formulahendry.docker-explorer.svg)](https://marketplace.visualstudio.com/items?itemName=formulahendry.docker-explorer) [![Build Status](https://travis-ci.org/formulahendry/vscode-docker-explorer.svg?branch=master)](https://travis-ci.org/formulahendry/vscode-docker-explorer)\n\n## Features\n\n* Manage Docker Containers, Docker Images, Docker Hub and Azure Container Registry\n\n## Prerequisites\n\n* [Docker](https://www.docker.com/) is installed\n* For Linux user, make sure you could [manage Docker as a non-root user](https://docs.docker.com/engine/installation/linux/linux-postinstall/#manage-docker-as-a-non-root-user) without `sudo`\n\n## Usage\n\n* Manage Docker Containers in Explorer\n\n![explorer](images/explorer.png)\n\n* Manage Docker Images in Explorer\n\n![image](images/image.png)\n\n* Manage Docker Hub in Explorer\n\n![docker-hub](images/docker-hub.png)\n\n* Manage Azure Container Registry in Explorer\n\n![ACR](images/ACR.png)\n\n* Suggested Docker Images\n\n![suggested-image](images/suggested-image.png)\n\n## Settings\n\n* `docker-explorer.autoRefreshInterval`: Interval (in milliseconds) to auto-refresh containers list. Set 0 to disable auto-refresh. (Default is **1000**)\n* `docker-explorer.executionCommand`: Command to execute in container.\n* `docker-explorer.containerLogsOptions`: Options to show container logs. (Default is **\"--tail 50 -f\"**)\n\n## Visibility of Docker Explorer\n\nYou could use below settings to show or hide different explorers:\n* `docker-explorer.showDockerContainers`: Docker Containers\n* `docker-explorer.showDockerImages`: Docker Images\n* `docker-explorer.showAzureRegistries`: Azure Container Registry\n* `docker-explorer.showDockerHubTreeView`: Docker Hub\n* `docker-explorer.showSuggestedDockerImages`: Suggested Docker Hub Images\n\n## Telemetry data\n\nBy 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:\n```json\n{\n    \"docker-explorer.enableTelemetry\": false\n}\n```\n\n## Change Log\n\nSee Change Log [here](CHANGELOG.md)\n\n## Issues\n\nCurrently, 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](https://gitter.im/formulahendry/vscode-docker-explorer) or submit the [issues](https://github.com/formulahendry/vscode-docker-explorer/issues) to the GitHub Repo.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fformulahendry%2Fvscode-docker-explorer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fformulahendry%2Fvscode-docker-explorer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fformulahendry%2Fvscode-docker-explorer/lists"}