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:
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
```sh
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
docker run --rm-v /local/path/to/config.properties:/app/config.properties -v /local/path/to/your-expected-data-folder:/app/{uuid} labs.etsi.org:5050/osl/utilities/org.etsi.osl.util.service.specification.export:latest {uuid}
```
```
For example (Windows system):
For example,
Windows:
```sh
docker run --rm-v C:\openslice\service-specification-exporting\src\main\resources\config.properties:/app/config.properties -v C:\openslice\service-specification-exporting:/app/66e2d9f5-0858-41ca-b67d-30cdba340be5 labs.etsi.org:5050/osl/utilities/org.etsi.osl.util.service.specification.export:latest 66e2d9f5-0858-41ca-b67d-30cdba340be5
```
Ubuntu:
```sh
```sh
docker run --rm-vC:\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$(pwd)/config.properties:/app/config.properties -v$(pwd)/my_package:/66e2d9f5-0858-41ca-b67d-30cdba340be5 labs.etsi.org:5050/osl/utilities/org.etsi.osl.util.service.specification.export:latest 66e2d9f5-0858-41ca-b67d-30cdba340be5