lwk_containers

Crates.iolwk_containers
lib.rslwk_containers
version0.14.0
created_at2024-01-26 13:16:52.95135+00
updated_at2026-01-20 13:26:19.563013+00
descriptionLiquid Wallet Kit - Docker containers for tests environment
homepage
repository
max_upload_size
id1115531
size1,799,885
(LeoComandini)

documentation

https://docs.rs/lwk_containers

README

Accessing docker logs

Accessing the pin server logs can be done by keeping the docker around after testing with

export TESTCONTAINERS=keep

Then identifying the id of the docker with:

docker ps

Then:

docker log $ID
Commit count: 0

cargo fmt