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
{{ message }}
This repository was archived by the owner on Jun 12, 2018. It is now read-only.
I used your repo to help me add NetBeans to an existing image, for which my thanks!
However, a quick note if you're going to update this to 8.2, I discovered that --silent hangs after a while when run by docker. I figured out that adding DISPLAY=:0 to the environment fixes it:
RUN DISPLAY=:0 /tmp/netbeans-8.2-cpp-linux-x64.sh --silent --userdir /tmp/nbi
I don't use --state, as the default is fine for me.
I used your repo to help me add NetBeans to an existing image, for which my thanks!
However, a quick note if you're going to update this to 8.2, I discovered that
--silenthangs after a while when run by docker. I figured out that addingDISPLAY=:0to the environment fixes it:I don't use
--state, as the default is fine for me.