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

https://github.com/valera-rozuvan/docker-recipes

docker recipes
https://github.com/valera-rozuvan/docker-recipes

docker dockerfile

Last synced: 2 months ago
JSON representation

docker recipes

Awesome Lists containing this project

README

          

# docker-recipes

docker recipes

## introduction

How to quickly run things via [Docker](https://docs.docker.com/get-docker/), without the pain of setting up a lot og stuff on your local machine.

## recipes

- [mongo](./mongo/Dockerfile)
- [mongod](./mongod/Dockerfile)
- [psql](./psql/Dockerfile)
- [docker + apache2 file server](./docker-apache2-file-server)
- [experiments with Postgres](./docker-postgres-scripts)
- [Node.js + Postgres + Redis](./node-postgres-redis-docker-compose)

---

## license

The project `'docker-recipes'` is licensed under the MIT License.

See [LICENSE](./LICENSE) for more details.

The latest source code can be retrieved from one of several mirrors:

1. [github.com/valera-rozuvan/docker-recipes](https://github.com/valera-rozuvan/docker-recipes)

2. [gitlab.com/valera-rozuvan/docker-recipes](https://gitlab.com/valera-rozuvan/docker-recipes)

3. [git.rozuvan.net/docker-recipes](https://git.rozuvan.net/docker-recipes)

Copyright (c) 2019-2022 [Valera Rozuvan](https://valera.rozuvan.net/)