A container based on OpenJDK 8 JRE image, with SoapUi Open Source 5.3 installed
50K+
A container based on OpenJDK 8 JRE image, with SoapUi Open Source 5.7 installed
Dockerfile variables:
SOAPUI_VERSION
PORT
Entrypoint variables:
# The name of the service to be mocked
# This should match the name of an existing mock service in your SoapUi project
SERVICE_NAME
# SoapUi project file
PROJECT_FILE
# Port in which the mock service will be running
PORT
Example of how to use with docker-composer:
version: '2'
services:
...
mockservice:
build: ./mockservice/
ports:
- "9001:8088"
environment:
- SERVICE_NAME=AuthenticateMock
- PROJECT_FILE=soapui-project.xml
volumes:
- ./mockservice/data/soapui-project.xml:/data/soapui-project.xml
Content type
Image
Digest
sha256:df2c40629…
Size
232.4 MB
Last updated
about 4 years ago
docker pull uqlibrary/docker-soapui