helmut.cloud
  • Introduction
    • Introduction
    • The key features of helmut.cloud
    • 🔥Case study: A media postproduction
  • Getting Started
    • Step 1: Sign up
    • Step 2: Create an organization
    • Step 3: Create a workflow
    • Step 4: Install the helmut.cloud Agent
    • Step 5: Run your first workflow
  • The helmut.cloud Agent
    • Install the helmut.cloud Agent software
      • MacOS
      • Windows
      • Docker
    • Establish a connection with the helmut.cloud Agent
      • MacOS and Windows
      • Docker (Linux)
    • helmut.cloud Agent logs
      • Windows and MacOS
      • Docker
    • Update the helmut.cloud Agent
  • Personal Account
    • Account settings
      • My profile
      • Security
      • Notifications
      • License (private organization)
      • Logs (private org)
      • Delete my account
  • Organizations
    • What are organizations in helmut.cloud?
    • View my organizations
      • Being a target
    • Choosing an organization to work in
    • Organization settings
      • Licenses for shared organizations
      • License
      • Logs (organization)
  • Members and teams
    • Members and roles
    • Invite members and assign roles
    • What is a team in helmut.cloud?
    • Create a team and add members
  • High5
    • What is High5?
    • Spaces in High5
      • List, create, rename and delete spaces
      • Events
      • Space dashboard
      • Agents
      • Webhooks
      • Secrets Store
      • User Access
      • Space settings
    • Organization dashboard
    • Stream Designer Studio
      • UI overview
      • Node inputs and outputs
    • Developing nodes with NodeKit
  • Changelog
    • 🎉Changelog
Powered by GitBook
On this page
  1. The helmut.cloud Agent
  2. Establish a connection with the helmut.cloud Agent

Docker (Linux)

In a Docker environment, you can use this example compose file to set up a helmut.cloud Agent in a container.

// Example compose file

version: '3.8'
 
services:
  hcloud-agent:
    image: dckr.hlmc.io/moovit-sp-gmbh/hcloud-agent:latest
    ports:
      - "6968:6968"
    volumes:
      - hcloud-agent:/root/.hcloud
    restart: unless-stopped
    
 
volumes:
  hcloud-agent:
    /myhostshare:/mycontainershare

The connection(s) for a Docker HCloud agent is (are) defined via the clients configuration page:

http://docker-client-ip:6968/agent/
PreviousMacOS and WindowsNexthelmut.cloud Agent logs

Last updated 11 months ago