Skip to content

Snap Package Installs Docker #8580

@bassem-mf

Description

@bassem-mf

Storage Explorer Version

1.38.0

Regression From

No response

Architecture

x64

Storage Explorer Build Number

20250408.1

Platform

Linux (snap)

OS Version

Debian 12

Bug Description

Installing the Azure Data Studio Snap package or updating it automatically installs the "docker" Snap package.

This is very bad because the Docker Snap cannot coexist with another Docker instance installed on the same computer using a different package manager like apt.

In my case, the update to version 1.38.0 happened automatically and silently installed the Docker Snap. After the update, my other Docker installed using apt was no longer able to start. And it took me many hours to figure out that this was because of the conflicting Snap which was installed silently.

Steps to Reproduce

  1. sudo snap install storage-explorer
  2. snap list
  3. See the "docker" Snap on the list of installed packages

Actual Experience

The "docker" Snap package is installed automatically and breaks any other Docker instance installed using a different package manager.

Expected Experience

The "docker" Snap should not be installed silently.

Additional Context

No response

Metadata

Metadata

Assignees

Labels

Type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions