Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(action): Stop rootful Docker daemon #81

Merged
merged 1 commit into from
Jul 13, 2022
Merged

fix(action): Stop rootful Docker daemon #81

merged 1 commit into from
Jul 13, 2022

Commits on Jul 13, 2022

  1. fix(action): Stop rootful Docker daemon

    GitHub Actions started managing the Docker daemon via systemd
    unannounced. That caused this action to fail when trying to start the
    rootless Docker daemon, because the rootful Docker daemon is already
    running. Stop the rootful Docker daemon before attempting to start the
    rootless Docker daemon. When Docker is managed via systemd, there is no
    need to run dockerd-rootless.sh separately since the rootless Docker
    install script starts the rootless Docker daemon automatically.
    Kurt-von-Laven committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    416ea58 View commit details
    Browse the repository at this point in the history