Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/andstor/docker2apptainer


https://github.com/andstor/docker2apptainer

Last synced: 1 day ago
JSON representation

Awesome Lists containing this project

README

        

# Docker2Apptainer action

This action converts a Docker container into an Apptainer.

## Inputs

### `docker-image`

**Required** The Docker image to convert.

### `save-path`

**Required** The path to save the Apptainer sif image file.

## Outputs

### `image`

The path to the Apptainer sif image file.

## Example usage

```yaml
uses: andstor/docker2apptainer
with:
docker-image: 'docker://ubuntu:latest'
save-path: 'ubuntu.sif'
```