Skip to content

NickHeap/docker-oe117-ws

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-oe117-ws

Port details

https://knowledgebase.progress.com/articles/Article/20622?q=webspeed+ports&l=en_US&fs=Search&pn=1

Docker commands

Build the docker image

docker build -t oe117-ws:0.1 -t oe117-ws:latest .

Run the container

docker run -it --rm --name oe117-ws -p 5162:5162/udp -p 20931:20931 -p 3055:3055 -p 3202-3502:3202-3502 oe117-ws:latest

Run the container with a mapped volume

docker run -it --rm --name oe117-ws -p 3055:3055 -p 3202-3388:3202-3388 -p 3390-3502:3390-3502 -v S:/workspaces/docker-volumes/webspeed:/var/lib/openedge/code -v S:/workspaces/docker-volumes/webspeed/logs:/usr/wrk oe117-ws:latest

Run bash in the container

docker run -it --rm --name oe117-ws -p 5162:5162/udp -p 20931:20931 -p 3055:3055 -p 3202-3502:3202-3502 oe117-ws:latest bash

Exec bash in the running container

docker exec -it oe117-ws bash

Stop the container

docker stop oe117-ws

Clean the container

docker rm oe117-ws

About

Dockerfile for OpenEdge 11.7 webspeed

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published