lwk_containers 0.14.0

Liquid Wallet Kit - Docker containers for tests environment
Documentation

# 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
```