docker-compose up -d
Access to http://localhost:8080 then follow installation process, you can see your Server ID
after few steps
Copy decoder file from container, xxx is version of decoder file
docker cp confluence:/opt/atlassian/confluence/confluence/WEB-INF/lib/atlassian-extras-decoder-xxx.jar /local/folder/
We need this file to generate license key, now keygen work on windows system only so you have to download this file to local device to generate license
atlassian-extras-2.4.jar
docker exec -it -u 0 {CONTAINER_ID} bash
then
mv /opt/atlassian/confluence/confluence/WEB-INF/lib/atlassian-extras-decoder-xxx.jar /opt/atlassian/confluence/confluence/WEB-INF/lib/atlassian-extras-decoder-xxx.jar.bak
Run keygen (on local windows device) by following command
Now keygen works on windows system only and you need java JDK to run keygen
Use your
Server ID
fromstep 1
andatlassian-extras-2.4.jar
fromstep 2
confluence_keygen.jar
can be found inside/crack/iNViSiBLE
java -jar confluence_keygen.jar
Keygen will update your decoder file, you need to save new decoder file to its location inside container
docker cp /local/folder/atlassian-extras-decoder-xxx.jar confluence:/opt/atlassian/confluence/confluence/WEB-INF/lib/
docker-compose restart