https://github.com/nbsp1221/dockerized-services
🐳 Configuration files for services that can be easily run with Docker
https://github.com/nbsp1221/dockerized-services
docker docker-compose dockerfile
Last synced: over 1 year ago
JSON representation
🐳 Configuration files for services that can be easily run with Docker
- Host: GitHub
- URL: https://github.com/nbsp1221/dockerized-services
- Owner: nbsp1221
- License: mit
- Created: 2020-02-17T07:44:24.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2023-04-10T00:08:12.000Z (about 3 years ago)
- Last Synced: 2025-01-16T06:41:18.312Z (over 1 year ago)
- Topics: docker, docker-compose, dockerfile
- Language: Python
- Homepage:
- Size: 140 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dockerized Services
This repository contains configuration files for services that can be easily run with Docker.
## Services
### [`development-all`](https://github.com/nbsp1221/dockerized-services/blob/main/development-all/Dockerfile)
```shell
docker pull retn0/development-all
```
This is development environment tailored specifically to my needs that supports Node.js, Python, and more.
It includes many common development tools and packages pre-installed, so if you happen to have similar needs and preferences, you can simply use it out of the box.