rootless-docker icon indicating copy to clipboard operation
rootless-docker copied to clipboard

Run Docker in Rootless Mode to Prevent Permission Errors

Results 5 rootless-docker issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/ScribeMD/rootless-docker). ## Pending Approval These branches will be...

dependencies

## What are these changes? This change resolves #401 by adding an AppArmor profile for rootlesskit on runners using AppArmor 4. ## Why are these changes being made? These changes...

Updating GitHub runners from `ubuntu-22.04` to `ubuntu-24.04` causes `ScribeMD/rootless-docker` to fail. This appears related to the AppArmor updates on Ubuntu 24. **Reproduction steps** 1. Create the following workflow in a...

Many Github Actions use [Docker container action](https://docs.github.com/en/actions/sharing-automations/creating-actions/metadata-syntax-for-github-actions#runsusing-for-docker-container-actions) feature to run their actions within a container. One of such actions is https://github.com/ammaraskar/sphinx-action, which builds Sphinx documentation within a container Under the...

## What are these changes? This change updates the Test workflow to run on `ubuntu-latest`, `ubuntu-24.04`, and `ubuntu-22.04`. This change also addresses some issues I encountered while making that change....