docker-introduction

An introduction to Docker in the style of the Software Carpentries

https://github.com/uomresearchit/docker-introduction

Science Score: 52.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
    Organization uomresearchit has institutional domain (www.itservices.manchester.ac.uk)
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (4.8%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

An introduction to Docker in the style of the Software Carpentries

Basic Info
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 37
  • Releases: 0
Created over 2 years ago · Last pushed 6 months ago
Metadata Files
Readme Contributing License Code of conduct Citation Codeowners Authors

README.md

Introduction to Docker

This lesson provides a Software Carpentries style introduction to the motivation, tools and techniques of using Docker. It has been developed by the University of Manchester, Research Software Engineering team.

It focuses on the practical benefits of using Docker and how to use it to make better software, more quickly.

To begin the lesson, click here.

Contributions

If you have feedback or encounter problems with the material please raise a GitHub issue.

If you wish to contribute please feel free to for this repo and raise a pull request for the core maintainers to consider.

Maintainer(s)

Owner

  • Name: Research IT, University of Manchester, UK
  • Login: UoMResearchIT
  • Kind: organization
  • Email: ITS-research@manchester.ac.uk
  • Location: Manchester, UK

Citation (CITATION)

Please cite as:

Woolland O.,  Herrerías-Azcué F., Green N., Lowe D., "Reproducible computational environments using containers: Introduction to Docker".
Version (xxx), June 2023. https://uomresearchit.github.io/docker-introduction/

GitHub Events

Total
  • Issues event: 68
  • Delete event: 27
  • Issue comment event: 60
  • Push event: 181
  • Pull request review event: 5
  • Pull request review comment event: 2
  • Pull request event: 45
  • Create event: 32
Last Year
  • Issues event: 68
  • Delete event: 27
  • Issue comment event: 60
  • Push event: 181
  • Pull request review event: 5
  • Pull request review comment event: 2
  • Pull request event: 45
  • Create event: 32

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 67
  • Total pull requests: 29
  • Average time to close issues: 11 months
  • Average time to close pull requests: about 12 hours
  • Total issue authors: 9
  • Total pull request authors: 2
  • Average comments per issue: 0.7
  • Average comments per pull request: 1.17
  • Merged pull requests: 27
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 43
  • Pull requests: 29
  • Average time to close issues: 5 days
  • Average time to close pull requests: about 12 hours
  • Issue authors: 8
  • Pull request authors: 2
  • Average comments per issue: 0.74
  • Average comments per pull request: 1.17
  • Merged pull requests: 27
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • fherreazcue (30)
  • OliverWoolland (28)
  • nigeldgreen (5)
  • SJaffa (4)
  • douglowe (2)
  • AnjaLeBlanc (1)
  • TheresaTeng (1)
  • Josh-Woodcock (1)
  • martinherrerias (1)
  • nimpo (1)
Pull Request Authors
  • fherreazcue (35)
  • OliverWoolland (22)
Top Labels
Issue Labels
Pull Request Labels
type: template and tools (1)

Dependencies

.github/workflows/pr-close-signal.yaml actions
  • actions/upload-artifact v3 composite
.github/workflows/pr-comment.yaml actions
  • actions/checkout v3 composite
  • carpentries/actions/check-valid-pr main composite
  • carpentries/actions/comment-diff main composite
  • carpentries/actions/download-workflow-artifact main composite
.github/workflows/pr-post-remove-branch.yaml actions
  • carpentries/actions/download-workflow-artifact main composite
  • carpentries/actions/remove-branch main composite
.github/workflows/pr-preflight.yaml actions
  • carpentries/actions/check-valid-pr main composite
  • carpentries/actions/comment-diff main composite
.github/workflows/pr-receive.yaml actions
  • actions/checkout v3 composite
  • actions/upload-artifact v3 composite
  • carpentries/actions/check-valid-pr main composite
  • carpentries/actions/setup-lesson-deps main composite
  • carpentries/actions/setup-sandpaper main composite
  • r-lib/actions/setup-pandoc v2 composite
  • r-lib/actions/setup-r v2 composite
.github/workflows/sandpaper-main.yaml actions
  • actions/checkout v3 composite
  • carpentries/actions/setup-lesson-deps main composite
  • carpentries/actions/setup-sandpaper main composite
  • r-lib/actions/setup-pandoc v2 composite
  • r-lib/actions/setup-r v2 composite
.github/workflows/update-cache.yaml actions
  • actions/checkout v3 composite
  • carpentries/actions/check-valid-credentials main composite
  • carpentries/actions/update-lockfile main composite
  • carpentries/create-pull-request main composite
  • r-lib/actions/setup-r v2 composite
.github/workflows/update-workflows.yaml actions
  • actions/checkout v3 composite
  • carpentries/actions/check-valid-credentials main composite
  • carpentries/actions/update-workflows main composite
  • carpentries/create-pull-request main composite
code/SPUC/Dockerfile docker
  • python 3.12-slim build
code/SPUC-Stats/Dockerfile docker
  • spuacv/spuc latest build
code/SPUCSVi/Dockerfile docker
  • python 3.12-slim build
code/docker-compose.yml docker
  • spuacv/spucsvi latest
code/SPUC/requirements.txt pypi
  • flask *
  • waitress *
code/SPUCSVi/requirements.txt pypi
  • flask *
  • gunicorn *
  • pandas *
  • requests *
requirements.txt pypi
  • CommonMark *
  • PyYAML *
  • pandocfilters *
  • update-copyright *
.github/workflows/spuc-build-test-push.yaml actions
  • actions/checkout v4 composite
  • docker/build-push-action v5 composite
  • docker/login-action v3 composite
  • docker/setup-buildx-action v3 composite
  • peter-evans/dockerhub-description v4 composite
.github/workflows/spucsvi-build-test-push.yaml actions
  • actions/checkout v4 composite
  • docker/build-push-action v5 composite
  • docker/login-action v3 composite
  • docker/setup-buildx-action v3 composite
  • peter-evans/dockerhub-description v4 composite