lwk_containers

Crates.iolwk_containers
lib.rslwk_containers
version0.8.0
sourcesrc
created_at2024-01-26 13:16:52.95135
updated_at2024-10-14 08:45:47.270635
descriptionLiquid Wallet Kit - Docker containers for tests environment
homepage
repository
max_upload_size
id1115531
size1,803,882
(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