Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 708 Bytes

README.docker.md

File metadata and controls

25 lines (17 loc) · 708 Bytes

What is LWSAPP?

This is a Spring Boot server application that serves the web services on http://learnwebservices.com site.

The main purpose of this site to provide a free, public, sample SOAP webservices for everyone. These webservices are designed to long live, so they can be used in tutorials, videos, blog posts, Stack Overflow, etc.

How to use this image?

Starting an instance with the following command:

docker run -p 8080:8080 --name my-lwsapp vicziani/lwsapp

Then check the http://localhost:8080 address!

Quick reference