Skip to content

Latest commit

 

History

History

docker-hello-world-manual-task

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Docker Manual Task - Hello World

This is a simple program that prints "Hello, World" to the console. It is used to demonstrate how to create a manual task in Choreo. Program is written in Go and is packaged as a Docker image.

Deploying in Choreo

  • Fork this repository.
  • Create a Manual Task component.
  • Deploy the component.

Testing

  • Execute the component using Choreo console.
  • Observe the execution logs in Choreo to see the "Hello, World" message.