https://github.com/firefly-cpp/succulent-container
https://github.com/firefly-cpp/succulent-container
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/firefly-cpp/succulent-container
- Owner: firefly-cpp
- License: mit
- Created: 2023-05-21T21:15:45.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-16T12:50:30.000Z (over 2 years ago)
- Last Synced: 2025-10-24T18:03:11.185Z (5 months ago)
- Language: Dockerfile
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# succulent-container
## Configuration
In the root directory, create a file named `configuration.yml` and define the following:
```yml
data:
- name: # Measure name
```
## Installation
Execute the following command to build the container:
```bash
docker build -t succulent-container .
```
Alternatively, you can use `docker-compose`:
```bash
docker compose build
```
## Usage
Execute the following command to run the container:
```bash
docker run -p 8080:8080 succulent-container
```
Alternatively, you can use `docker-compose`:
```bash
docker compose up
```
## Disclaimer
This framework is provided as-is, and there are no guarantees that it fits your purposes or that it is bug-free. Use it at your own risk!