canonical / canonical/devpack-for-spring-cli

Ensure docker group is created when docker snap is installed

Open Beginner friendly
#283 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
1
Forks
5
Avg merge
1d 20h
Merged PRs (30d)
31

Description

By default, Docker is only accessible with root privileges (sudo). We want to be able to use Docker commands as a regular user to let devpack push images to local registry:
```
$ sudo addgroup --system docker
$ sudo adduser $USER docker
$ newgrp docker
```

Contributor guide

No contributing guide indexed for this repository

Research direction

Locate the code path that installs the Docker snap and review how post-install setup is handled. Verify that the docker group is created and the current user can run Docker commands without sudo, including pushing an image to the local registry.

Written by the indexing model from the issue text.

Assessment

Tech stack
docker
Domain
cli, infrastructure
Issue type
Feature
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Active
Clarity
Mostly clear
Newbie friendliness
68/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.