https://github.com/firefly-cpp/succulent-container
https://github.com/firefly-cpp/succulent-container
Last synced: 4 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 (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-16T12:50:30.000Z (over 1 year ago)
- Last Synced: 2025-05-21T03:11:19.870Z (about 1 month ago)
- Language: Dockerfile
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- 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!