Artifact for paper: Resource usage and optimization opportunities in workflows of GitHub actions
1.1K
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
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).
Under the Dev Containers tab, locate the name of the container you just started (e.g., github-study).
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
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