-
Is is correct that the following construct:
```C#
ConsoleApp.ServiceProvider = services.BuildServiceProvider();
var app = ConsoleApp.Create();
app.Add();
```
and specifically `app.Add()` is jus…
-
I was hoping this was going to be an easy package to install and run but I appear to having issues. I have followed your example and created a krakend.json file. When I start my Aspire Host, the Krake…
-
I successfully run Docker according to the excellent tutorial.
But I can not visit my web service runing as a container inside alpine, whose port is 5244.
-
**Describe the problem**
I have the scenario that I want netbird to be available on the host, (accessing services that run there).
I cannot install it directly, because I am using unraid, and this…
-
I was going the the implementation in the example for blob storage : https://github.com/quarkiverse/quarkus-azure-services/tree/main/extensions/azure-storage-blob/deployment
Here connection-string …
-
> **Note:** this design is already partly being discussed on https://github.com/docker/docker/pull/27638, but creating this issue for tracking, and wider discussion.
`docker run` and `docker servic…
-
Podman does not pass `--no-pivot` to crun
regardless of whether the `no_pivot_root` variable in containers.conf has a value of true or false.
In result build cannot be finished.
```shell
[16:42][sel…
-
**Describe the bug**
The v2 application doesn't seem to start on Google Cloud Run.
(v1 works properly)
**To Reproduce**
Steps to reproduce the behavior:
1. Use `ghcr.io/browserless/chromi…
-
Issue:
After specifying in my manifest that I would like the default queue to
- Be FIFO
- A delay of 1s
- And have a Dead Letter queue, after 5 failed attempts
I `copilot init`, and `copil…
-
### Is there an existing issue for this?
- [x] I have searched the existing issues
### Describe the bug
1. Add a service depending on `HttpClient` to the DI container via `AddHttpClient` from "Micr…