Skip to content

mkconcore.py hardcodes sudo docker as default and maxtime script ignores DOCKEREXE override #343

Description

@GaneshPatil7517

Hey @pradeeban Sir
mkconcore.py sets DOCKEREXE = "sudo docker" as the default, which fails on:

  • Docker Desktop (macOS/Windows) where sudo isn't needed
  • Rootless Docker installations
  • Podman users

While there's a config file override (concore.sudo), the generated maxtime script hardcodes sudo docker instead of using the DOCKEREXE variable:

fmaxtime.write('sudo docker build -t docker-concore .\n')
fmaxtime.write('sudo docker run --name=concore')

This means even users who configure concore.sudo to remove sudo will still get sudo docker in their maxtime scripts.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions