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

https://github.com/hopsoft/docker

Docker images for development and other environments
https://github.com/hopsoft/docker

Last synced: 6 months ago
JSON representation

Docker images for development and other environments

Awesome Lists containing this project

README

          

# Hopsoft Docker Images

Docker images for development and other environments.

## Quick Start

```sh
cd base
docker build -t hopsoft/base .
cd ../rails
cp .env.example .env
docker-compose build
```