Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Computational Environment #65

Open
charlesvardeman opened this issue May 4, 2016 · 0 comments
Open

Computational Environment #65

charlesvardeman opened this issue May 4, 2016 · 0 comments
Labels

Comments

@charlesvardeman
Copy link
Member

Ideally we want to capture the computational environment of the container and the host using the computational environment pattern context (https://github.com/Vocamp/ComputationalActivity/blob/master/pattern/ComputationalEnvironment.jsonld). The issue is that our knowledge of the host may be limited since we don't have a direct API hook to the environment other than container architecture, os and size. This limits the amount of information we can provide in the pattern, although a container is limited to the number of cores, memory and storage available on the host machine. This is a limitation of our knowledge of the docker engine.

},
        "Architecture": "amd64",
        "Os": "linux",
        "Size": 4801147,
        "VirtualSize": 4801147,
        "GraphDriver": {
            "Name": "aufs",
            "Data": null
        },
        "RootFS": {
            "Type": "layers",
            "Layers": [
                "sha256:8f045733649f36ff037148858463355dca8f224da31835baf153b391eb915adb",
                "sha256:00f0efdd46b5566bfb496445f4afe30532c4259da970f09c713e8965e4388b4e"
            ]
        }
    }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant