razuro
razuro
**TLDR;** Is there a substitute for mounting `/var/run/docker.sock:/var/run/docker.sock` in docker-compose file? --- **Long Version** I'm fully aware that Linux container is not supported. Hence, for my use case I'm relying...
I'm not sure which ISO standards does this package follows for the country name. The common one that I found is [ISO 3166-1](https://en.wikipedia.org/wiki/ISO_3166-1). If we adhere to ISO 3166-1, country...
Is there any guide on how I can run this as a Windows Service? I've tried `sc.exe create ContainerDesktop binpath= "C:\Program Files\ContainerDesktop\ContainerDesktop.exe" start= auto`, it created the service, but failed...
Some API endpoints return text/plain, e.g: `schedules/create`
What do I put in scope if I want the user to have ability to create schedule using API?
As per title, how do I pass the log function setting `'debug'`? Using version 3. Thanks!
### Describe the issue Hi Team, I'm using the API `http://localhost:8080/api/v1/executions/company.team/secondary_flow?wait=true` Inside this flow, there's a subflow. Expected API output: API will return the flow's output (named: secondary_flow) Actual output:...
### Issue description Hi Team, I have a question about Request task. If the body output is JSON, we still need to convert it as JSON before we can access...
### Feature description Propose the Execution API of: `http://localhost:8080/api/v1/executions/{namespace}/{flow_id}?wait=true` to have the same output as: `http://localhost:8080/api/v1/executions/{execution_id}` Without the query params `wait=true`, we'll need to do two API calls; 1. to...
### Describe the issue ## The above yaml will produce error: ```At flow: Cannot deserialize value of type `java.lang.String` from Array value (token `JsonToken.START_ARRAY`) at [Source: UNKNOWN; byte offset: #UNKNOWN]...