Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 246 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 246 Bytes

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