The Wayback Machine - https://web.archive.org/web/20201018051037/https://github.com/NickHeap/docker-oe117-as
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

docker-oe117-as

docker commands

Build the docker image

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

Run the container

docker run -it --rm --name oe117-as -p 20931:20931 -p 3090:3090 -p 21100-21200:21100-21200 oe117-as:latest

Run the container with a mapped volume

docker run -it --rm --name oe117-as -p 20931:20931 -p 3090:3090 -p 21100-21200:21100-21200 -v S:/workspaces/docker-volumes/appserver:/var/lib/openedge/code oe117-as:latest

Run bash in the container

docker run -it --rm --name oe117-as -p 20931:20931 -p 3090:3090 -p 21100-21200:21100-21200 oe117-as:latest bash

Exec bash in the running container

docker exec -it oe117-as bash

Stop the container

docker stop oe117-as

Clean the container

docker rm oe117-as

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

About

Dockerfile for OpenEdge 11.7 appserver

Topics

Resources

License

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.