We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
agent
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
The agent should have a routine listening for newly created dev containers.
Once a new dev container is detected, it should:
coderd
workspace_agents
auth_token
CAP_NET_ADMIN
coder agent
The text was updated successfully, but these errors were encountered:
mafredri
No branches or pull requests
The
agent
should have a routine listening for newly created dev containers.Once a new dev container is detected, it should:
coderd
to create aworkspace_agents
record and receive anauth_token
.CAP_NET_ADMIN
to the injected dev-container binary.coder agent
command in the dev container using theauth_token
obtained earlier.The text was updated successfully, but these errors were encountered: