This repository was archived by the owner on Jun 1, 2021. It is now read-only.
docker compose setup#15
Open
pradykaushik wants to merge 5 commits intospdfg:masterfrom
Open
Conversation
Updated .gitignore to ignore test log dirs from project. HOST_IP env var is used by entrypoint script to populate the PCP config. The entrypoint script does the following. 1. construct the PCP config file using the value of the env var HOST_IP. 2. run elektron by providing all the basic command-line options. Added build and run instructions in the README. These include instructions to run elektron on bare-metal or using docker-compose.
Open
ridv
reviewed
Nov 8, 2019
| - zk | ||
|
|
||
| mesos-agent: | ||
| image: pkaushi1/mesos-agent-elektron:1.5.1 |
Contributor
There was a problem hiding this comment.
We own the organization spdf at dockerhub https://hub.docker.com/orgs/spdf/repositories
Collaborator
Author
There was a problem hiding this comment.
Good to know. I'll push the image there then.
Contributor
|
Were you able to find a workaround for getting RAPL metrics? |
Collaborator
Author
Not yet. Currently, the CPU and Memory utilization is measured of the physical host (not the containers).
Let me know your thoughts on this. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The docker image tagged
rdelvalle/mesos-master:1.5.1was used as the mesos master.As the mesos agent for Elektron requires additional software (docker, PCP)
pkaushi1/mesos-agent-elektron:1.5.1was built usingrdelvalle/mesos:1.5.1as the base image.Use the below commands to run elektron.