An open API service indexing awesome lists of open source software.

https://github.com/clecap/dante-wiki-production-old

The repository for using dante wiki for end users.
https://github.com/clecap/dante-wiki-production-old

Last synced: over 1 year ago
JSON representation

The repository for using dante wiki for end users.

Awesome Lists containing this project

README

          

# Debugging

## Container introspection

We can enter the containers for introspection by shell commands via

`docker exec -it my-lap-container /bin/ash`
`docker exec -it my-mysql /bin/ash`

## Connectivity Test

For a first test of the connectivity try to access the webserver at

http://localhost:8080/wiki-dir/FAQ via `browser`, `wget` or `curl`.