Frontend for Litmus Chaos, a chaos testing tool.
10K+
ubuntu/litmuschaos-frontend is a rock for litmuschaos-frontend maintained by Canonical.
Litmuschaos-frontend is a component of the LitmusChaos solution, an open source platform used for chaos testing. It provides the web user interface for interacting with Litmus ChaosCenter services. Read more in the official documentation.
[Learn more about litmuschaos-frontend]
NOTE: These tags follow a specific naming convention that respects the concept of channels.
| Tags | Supported until | Version | Base | Architectures |
|---|---|---|---|---|
3.29-26.04_edge | 09/2026 | 3.29 | 26.04 | amd64 |
| Tags | Support ended on | Upgrade Path |
|---|---|---|
3.19-24.04_edge | 10/2025 | - |
3.22-24.04_edge | 01/2026 | - |
3.26-24.04_edge | 06/2026 | - |
3.21-24.04_edge | 12/2025 | - |
3.28-24.04_edge | 07/2026 | - |
3.25-24.04_edge | 04/2026 | - |
3.23-24.04_edge | 02/2026 | - |
3.27-24.04_edge | 06/2026 | - |
3.24-24.04_edge | 03/2026 | - |
3.20-24.04_edge | 12/2025 | - |
This rock's entrypoint is Pebble, a container-optimized init process that enables the orchestration of a collection of local service processes as an organized set.
To view the Pebble services and checks defined in this rock:
docker run --rm ubuntu/litmuschaos-frontend:3.19-24.04_edge plan
To run this rock, use any of the usual container runtimes, for example, docker:
docker run --name litmuschaos-frontend-container \
-p 8185:8185 \
ubuntu/litmuschaos-frontend:3.19-24.04_edge
Access the frontend server at http://localhost:8185.
To view the logs of the running container, run:
docker exec litmuschaos-frontend-container pebble logs
Or, for a specific service:
docker exec litmuschaos-frontend-container pebble logs <service>
Rocks may have predefined health checks that you can list by running:
docker exec litmuschaos-frontend-container pebble checks
The overall health of your container can be inspected via:
docker exec litmuschaos-frontend-container pebble health
| Option | Description | Default |
|---|---|---|
-p <port>:8185 | Expose the frontend on localhost:8185. | None |
Canonical is the provider of this container image. It is the user's responsibility to ensure that any use of this image complies with any relevant licenses for all software contained within, as well as with Canonical’s IP Policy.
Content type
Image
Digest
sha256:0aa5c198a…
Size
106.8 MB
Last updated
2 days ago
docker pull ubuntu/litmuschaos-frontend:3.29-26.04_edgePulls:
385
Last week