To run the Docker container that exports the given Service Specification, use the following command, ensuring to mount the configuration file and target data folder:
```sh
docker run -v /local/path/to/config.properties:/app/config.properties -v /local/path/to/your-data-folder:/app/data-folder labs.etsi.org:5050/osl/utilities/org.etsi.osl.util.service.specification.export:latest uuid
docker run --rm-v /local/path/to/config.properties:/app/config.properties -v /local/path/to/your-data-folder:/app/data-folder labs.etsi.org:5050/osl/utilities/org.etsi.osl.util.service.specification.export:latest uuid
```
For example (Windows system):
```sh
docker run -v C:\openslice\service-specification-exporting\src\main\resources\config.properties:/app/config.properties -v C:\openslice\service-specification-exporting:/app/data-folder labs.etsi.org:5050/osl/utilities/org.etsi.osl.util.service.specification.export:latest f51cb185-6663-49e8-b195-83deeae32eed
docker run --rm-v C:\openslice\service-specification-exporting\src\main\resources\config.properties:/app/config.properties -v C:\openslice\service-specification-exporting:/app/data-folder labs.etsi.org:5050/osl/utilities/org.etsi.osl.util.service.specification.export:latest f51cb185-6663-49e8-b195-83deeae32eed