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
- Host: GitHub
- URL: https://github.com/valera-rozuvan/docker-recipes
- Owner: valera-rozuvan
- License: mit
- Created: 2019-09-27T14:34:46.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2024-02-04T20:47:30.000Z (over 2 years ago)
- Last Synced: 2026-03-01T22:51:18.079Z (4 months ago)
- Topics: docker, dockerfile
- Language: TypeScript
- Homepage:
- Size: 594 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)