plasmabio / plasma

Plasma is an e-learning Jupyter-based platform for data analysis
https://docs.plasmabio.org
BSD 3-Clause "New" or "Revised" License
42 stars 12 forks source link

Update documentation to access logs from image / environment build #195

Closed pierrepo closed 2 years ago

pierrepo commented 2 years ago

The build of some environment may fail. We need to access logs for post-mortem/build analysis and further improvement of the environment.

We should update documentation to reflect this.

pierrepo commented 2 years ago

Strategy to access Docker logs could be:

docker ps -a

To find stopped Docker container and get the relevant id.

Then look at corresponding logs:

docker logs <container-id>