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

https://github.com/bdossantos/dockerfiles

🐋 Some Dockerfiles
https://github.com/bdossantos/dockerfiles

dockerfile

Last synced: 8 days ago
JSON representation

🐋 Some Dockerfiles

Awesome Lists containing this project

README

          

# Dockerfiles

[![Build Status](https://github.com/bdossantos/dockerfiles/actions/workflows/cd.yml/badge.svg)](https://github.com/bdossantos/dockerfiles/actions/workflows/cd.yml)

Some Dockerfiles.

## Requirements

* docker
* hadolint
* dive
* pre-commit
* shellcheck
* ruby
* bundler
* serverspec

## Installation

```bash
make install docker-build
docker-compose up
```

## Test

```bash
make install test
```