https://github.com/baonguyen6742/docker-collection
https://github.com/baonguyen6742/docker-collection
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/baonguyen6742/docker-collection
- Owner: BaoNguyen6742
- Created: 2025-01-14T03:53:35.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2025-01-15T08:17:22.000Z (5 months ago)
- Last Synced: 2025-01-15T10:18:47.749Z (5 months ago)
- Language: Dockerfile
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)