You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I would like to add remote debugging java opts to the docker container, which need to go between "java" and "-jar" in the beginning of the startup command.
Describe the solution you'd like
I think a solution would be to add "JAVA_OPTS" to the environment variables and place it betweed "java" and "-jar" in the docker-entrypoint.sh
Describe alternatives you've considered
An alternative would be to use a custom entrypoint script, which I did not really get to work for me (container did not start, even with copied standard entrypoint script.
Additional context
I am using felixklauke/paperspigot:1.14.4
Example debug options: -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005
If you have any other possible solutions on how to add debug options for remote debugging, please let me know!
The text was updated successfully, but these errors were encountered:
ADeeeee
added a commit
to ADeeeee/paperspigot-docker
that referenced
this issue
Feb 12, 2021
1. Fix the arguments in Dockerfile and docker-entrypint.sh
2. Add JAVA_OPTS due to issue felixklauke#60
3. Merge the get-pip.py due to issue felixklauke#66
Is your feature request related to a problem? Please describe.
I would like to add remote debugging java opts to the docker container, which need to go between "java" and "-jar" in the beginning of the startup command.
Describe the solution you'd like
I think a solution would be to add "JAVA_OPTS" to the environment variables and place it betweed "java" and "-jar" in the docker-entrypoint.sh
Describe alternatives you've considered
An alternative would be to use a custom entrypoint script, which I did not really get to work for me (container did not start, even with copied standard entrypoint script.
Additional context
I am using felixklauke/paperspigot:1.14.4
Example debug options: -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005
If you have any other possible solutions on how to add debug options for remote debugging, please let me know!
The text was updated successfully, but these errors were encountered: