Size: 647
Comment:
|
Size: 657
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 25: | Line 25: |
./run.sh |
JBoss5
- JEE5 certified
https://docs.oracle.com/javaee/5/tutorial/doc/javaeetutorial5.pdf
- Web container
- EJB container
wget http://sourceforge.net/projects/jboss/files/JBoss/JBoss-5.1.0.GA/jboss-5.1.0.GA.zip unzip jboss-5.1.0.GA.zip nano Dockerfile docker build -t docker_test . mkdir target docker run -d -P --name test_container1 --mount type=bind,source="$(pwd)"/target,target=/app docker_test mv ~/jboss-5.1.0.GA.zip target/ docker exec -it test_container1 bash apt install unzip openjdk-8-jdk cd /app unzip jboss-5.1.0.GA.zip cd /app/jboss-5.1.0.GA/bin ./run.sh