Domino 10 beta 2 started last week. I download the files and wish to run it on docker.
I follow Tim Clark’s blog series about Domino 9.0.1 on Docker.
I change a few lines on dockerfile (just change the installation file name).
Another difference was the line to start the container. I add the port 8585 to do a remote setup
docker run -it -p 1352:1352 -p 8888:80 -p 8443:443 -p 8585:8585 –name Domino10Beta -v domino_data:/local/notesdata kenio:Domino10Beta2
Be First to Comment