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

https://github.com/firefly-cpp/succulent-container


https://github.com/firefly-cpp/succulent-container

Last synced: 4 days ago
JSON representation

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!