-
Notifications
You must be signed in to change notification settings - Fork 160
Closed
Labels
featureRequest for new feature or improvementRequest for new feature or improvementstaleAwaiting input from creator for prolonged time periodAwaiting input from creator for prolonged time period
Description
Feature description:
Finalize capabilities to export an opyrator to a Docker image.
The export can be executed via command line:
opyrator export my_opyrator:hello_world --format=docker my-opyrator-image:latest
💡 The Docker export requires that Docker is installed on your machine.
After the successful export, the Docker image can be run as shown below:
docker run -p 8080:8080 my-opyrator-image:latest
Running your Opyrator within this Docker image has the advantage that only a single port is required to be exposed. The separation between UI and API is done via URL paths: http://localhost:8080/api
(API); http://localhost:8080/ui
(UI). The UI is automatically configured to use the API for all function calls.
andreagiussani, pedrochavessd, sushil79g, kesuskim, themillerdave and 7 more
Metadata
Metadata
Assignees
Labels
featureRequest for new feature or improvementRequest for new feature or improvementstaleAwaiting input from creator for prolonged time periodAwaiting input from creator for prolonged time period