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

https://github.com/baonguyen6742/docker-collection


https://github.com/baonguyen6742/docker-collection

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Introduction

Collection of useful Dockerfiles for various purposes.

## Usage

- Each folder has a Dockerfile and other files required to build the image.
- To build an image, navigate to the folder and run `docker compose up -d`
- To run the image, run `docker attach ` (container-name is the name of the container specified in the docker-compose.yml file)