You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a Docker image that takes configuration to reach a controlplane (endpoint, auth token), then downloads the agent and runs it, to simplify deployment and ensure consistent environments across different systems
Motivation
The Docker image should include all necessary dependencies and configuration to easily run the agent in a containerized environment, streamlining integration with Snops and supporting distributed setups.
Details
Download the agent binary from the controlplane
Run the agent until killed
Re-download the agent binary if it has changed, then repeat from 2.
The text was updated successfully, but these errors were encountered:
✅ Task
Create a Docker image that takes configuration to reach a controlplane (endpoint, auth token), then downloads the agent and runs it, to simplify deployment and ensure consistent environments across different systems
Motivation
The Docker image should include all necessary dependencies and configuration to easily run the agent in a containerized environment, streamlining integration with Snops and supporting distributed setups.
Details
The text was updated successfully, but these errors were encountered: