Sign inSign up

skylord21/james

By skylord21

Updated over 5 years ago

for running Apache James server 2.3.2

Image
0

312

skylord21/james repository overview

This is a docker image for the course "Object-Oriented Development" to run Apache JAMES 2.3.2.

Usage:

$ docker run -it -p 25:25 -p 110:110 -p 4555:4555 [--name apache_james] skylord21/james[:latest]


If you want to this as a Ubuntu desktop, add -p 5901:5901 for the docker run command and then execute the following command:

$ docker exec apache_james /app/app.sh


Now you can run your own VNC viewer and connect to 127.0.0.1:5901 .

Apache James 2.3.2 is located at the folder "/opt/james-2.3.2" and you can change the configuration at your own risk.

Good Luck!

Tag summary

Content type

Image

Digest

Size

789.9 MB

Last updated

over 5 years ago

docker pull skylord21/james