Skip to content

feat(agent): wire up agentssh server to allow exec into container #16638

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

Merged
merged 14 commits into from
Feb 26, 2025
Prev Previous commit
Next Next commit
rm unused runtime iotas
  • Loading branch information
johnstcn committed Feb 25, 2025
commit aafe13f137d0cacf9c3489bbb7440813bfdceac5
5 changes: 0 additions & 5 deletions agent/agentcontainers/containers_dockercli.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@ import (
"golang.org/x/xerrors"
)

const (
RuntimeSystem int = iota
RuntimeDocker
)

// DockerCLILister is a ContainerLister that lists containers using the docker CLI
type DockerCLILister struct {
execer agentexec.Execer
Expand Down
Loading