An open API service indexing awesome lists of open source software.

https://github.com/ranjithdb/gh-actions-docker-01

Running a Docker Container with GitHub Actions
https://github.com/ranjithdb/gh-actions-docker-01

docker github-actions

Last synced: 25 days ago
JSON representation

Running a Docker Container with GitHub Actions

Awesome Lists containing this project

README

          

# gh-actions-docker-01

## Running a Docker Container with GitHub Actions

GitHub Actions runs a container by specifying a Docker image in a workflow. The job uses runs-on: ubuntu-24.04 and defines a step with container: image-name. The container executes commands inside it, providing an isolated runtime for tasks.