Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

It would be useful to setup system pointing #127

Open
LeonardoCh opened this issue May 12, 2022 · 0 comments
Open

It would be useful to setup system pointing #127

LeonardoCh opened this issue May 12, 2022 · 0 comments

Comments

@LeonardoCh
Copy link

It would be useful to setup system pointing in the official docker image:

update-alternatives --install "/usr/bin/java" "java" "/opt/ibm/java/jre/bin/java" 1;
update-alternatives --set java /opt/ibm/java/jre/bin/java;

In this way we get thi setup:

root@52b1a259c5a0:/# update-alternatives --display java
java - manual mode
link best version is /opt/ibm/java/jre/bin/java
link currently points to /opt/ibm/java/jre/bin/java
link java is /usr/bin/java
/opt/ibm/java/jre/bin/java - priority 1

@LeonardoCh LeonardoCh changed the title It would be usefull to setup system pointing It would be useful to setup system pointing May 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant