Sign inSign up

islemdockerdev/github-workflow-resource-study

By islemdockerdev

Updated over 2 years ago

Artifact for paper: Resource usage and optimization opportunities in workflows of GitHub actions

Image
Developer tools
Data science
0

1.1K

islemdockerdev/github-workflow-resource-study repository overview

  1. Execute the following commands in your terminal to retrieve and start our docker image

    # Pull image
    docker pull islemdockerdev/github-workflow-resource-study:v1.1
    # Run the image inside a container
    docker run -itd --name github-study islemdockerdev/github-workflow-resource-study:v1.1
    # Start the container
    docker start -i github-study
    
  2. After starting the container, open VSCode and navigate to the containers icon on the left panel (Ensure that you have the Remote Explorer extension installed on your VScode).

  3. Under the Dev Containers tab, locate the name of the container you just started (e.g., github-study).

  4. Finally, attach the container github-study to a new window by clicking the '+' sign located on the right of the container's name. Navigate to workdir folder in vscode window (all the files of the artifact are located there).

Tutorial reference: For detailed steps on how to attach a docker container in VScode, please refer to this short video tutorial (1min 38 sec): https://www.youtube.com/watch?v=8gUtN5j4QnY&t

Tag summary

Content type

Image

Digest

sha256:90cd3e292

Size

1.7 GB

Last updated

over 2 years ago

docker pull islemdockerdev/github-workflow-resource-study:v1.1