Skip to content
This repository has been archived by the owner on Mar 1, 2021. It is now read-only.

Performance Co-Pilot Preview Container

Notifications You must be signed in to change notification settings

performancecopilot/pcp-preview

Repository files navigation

Performance Co-Pilot Preview Container

Docker Repository on Quay

This container contains a preview of modern Performance Co-Pilot features as an all-in-one container. It includes the following components:

Run container

Podman

sudo -H podman run -d --privileged -v /lib/modules:/lib/modules:ro -v /usr/src:/usr/src:ro -p 3000:3000 quay.io/performancecopilot/pcp-preview

Docker

sudo -H docker run -d --privileged -v /lib/modules:/lib/modules:ro -v /usr/src:/usr/src:ro -p 3000:3000 quay.io/performancecopilot/pcp-preview

Services

Grafana is ready at http://localhost:3000

The following services run inside the container and can be exposed by using the -p argument on podman/docker run:

  • pmcd is listening on localhost:44321
  • pmproxy is listening on localhost:44322 (HTTP)
  • redis is listening on localhost:6379

About

Performance Co-Pilot Preview Container

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published