This repository has been archived by the owner on Jun 1, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
docker compose setup #15
Open
pradykaushik
wants to merge
5
commits into
spdfg:master
Choose a base branch
from
pradykaushik:issues/issue-13-docker-compose-setup
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
docker compose setup #15
pradykaushik
wants to merge
5
commits into
spdfg:master
from
pradykaushik:issues/issue-13-docker-compose-setup
Conversation
This file contains 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
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.
pradykaushik
added
documentation
Improvements or additions to documentation
enhancement
New feature or request
labels
Nov 8, 2019
Open
ridv
reviewed
Nov 8, 2019
docker-compose.yaml
Outdated
- zk | ||
|
||
mesos-agent: | ||
image: pkaushi1/mesos-agent-elektron:1.5.1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We own the organization spdf
at dockerhub https://hub.docker.com/orgs/spdf/repositories
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good to know. I'll push the image there then.
Were you able to find a workaround for getting RAPL metrics? |
Not yet. Currently, the CPU and Memory utilization is measured of the physical host (not the containers).
Let me know your thoughts on this. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
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.1
was used as the mesos master.As the mesos agent for Elektron requires additional software (docker, PCP)
pkaushi1/mesos-agent-elektron:1.5.1
was built usingrdelvalle/mesos:1.5.1
as the base image.Use the below commands to run elektron.