Tag: DevOps engineers

  • DockerCTX, Switch Context like KubeCTX

    DockerCTX, Switch Context like KubeCTX

    Rewrite of ahmetb’s “kubectx” utility. https://github.com/ahmetb/kubectx The dockerctx application is a command-line tool designed to make it easier to manage Docker contexts. Docker contexts allow you to switch between different Docker hosts and environments, making it possible to manage multiple Docker environments with a single Docker CLI. This is particularly useful for developers and DevOps…