Commit e4f45967 authored by Kostis Trantzas's avatar Kostis Trantzas
Browse files

updating the readme file

parent 74dd98ef
Loading
Loading
Loading
Loading
Loading
+11 −3
Original line number Original line Diff line number Diff line
@@ -28,13 +28,21 @@ serviceSpecification.uuid=487b9377-460d-4498-a8f3-a23cd7595b06
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 -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 $(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
```
```


## File Hierarchy Structure
## File Hierarchy Structure