...
This maps the container's port 80 to your local machine's port 80.
Expand | ||||
---|---|---|---|---|
| ||||
If you encounter a port conflict when attempting to run the Docker container for the ENAPSO together Free platform, you have the following option to resolve it and access the service. Change the Host PortIf port 80 is already in use on your machine, you can map the container's internal port (80) to a different port on your host. For example, if you choose to use port 8080 on your host, you can modify your Docker run command like this:
After running the Docker command with the new port setting, you'll need to modify how you access the service through your web browser. Simply add
This tells your browser to connect to the service at the new port you've set up. |
Expand | |||||
---|---|---|---|---|---|
| |||||
To run the ENAPSO together free platform and enable access to the triplestore UI for enhanced monitoring and management, use the following Docker command:
This command maps the container's port 80 to your local machine's port 80 for the main service, and port 3030 to your local machine's port 3030 for accessing the Triplestore UI. After executing this command, open your web browser and navigate to |
Verify Docker Image
To confirm that the Docker image is running correctly on your machine, use the following command in your command prompt or terminal:
...