-
The docker daemon can be hosted on a remote machine, hence in addition to the `port` of a container, we should also expose the `host` on which the docker container was started.
-
This library currently supports two way to communicate with docker;
- CLI using `docker` command
- HTTP using `bollard` (unofficial) Rust SDK for Docker
I do think that this approach bring some …
-
As always thanks for the awesome library, it's been incredibly useful for testing.
I've been doing some stress-testing on my test suite (i.e. running the tests continuously until one failed) lately…
-
I will try creating a new integration test that will actually use ampd to talk to the axelar contracts. Not sure how it'll go, but I need to play around with the actual code to understand how much of …
-
## Why
- It's hard to quickly run and test Apache Pulsar in different configurations on a developer machine. Some cases can't be tested with Pulsar Standalone like geo-replication or tiered storage…
-
## Release team
Release lead: @JoshVanL
Release lead shadow(s): @mikeee
Perf test lead: @yaron2
Longhaul test: TODO
Build manager: TODO
Read about the [Dapr release lifecycle](https://gi…
-
**Tell us about your request**
Support Rosetta 2 for running x86-64 Linux binaries on Apple Silicon
**Which service(s) is this request for?**
Docker Desktop for Mac
**Tell us about the problem…
-
I'm aware of three sources of truth for the correspondence between PyPI and Conda names.
1. Grayskull's [config.yaml](https://github.com/conda/grayskull/blob/main/grayskull/strategy/config.yaml). C…
-
It seems that sometimes containers are not stopped when tests are killed.
Related issue: https://github.com/testcontainers/testcontainers-rs/issues/364
`docker -v`: Docker version 24.0.7, build …
-
## 📈 Subtasks
- [x] Update major versions in `Cargo.toml`.
- [x] If an update requires major work, create the corresponding issue.
- [x] Update the dependencies in `Cargo.lock`.
- [x] Update Cartes…