This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
tech:linux:alpine:start [2019/06/28 09:15] rk4n3 created |
tech:linux:alpine:start [2019/06/28 19:20] (current) rk4n3 |
||
---|---|---|---|
Line 3: | Line 3: | ||
[[https://wiki.alpinelinux.org/wiki/Installation|Official site: Installation]] \\ | [[https://wiki.alpinelinux.org/wiki/Installation|Official site: Installation]] \\ | ||
- | tech:linux:alpine \\ | + | ====== Initial Trivia ====== |
+ | * Default SSH login is ''root'' with password: ''alpine'' | ||
+ | |||
+ | |||
+ | ====== Installation & Configuration ====== | ||
+ | ===== OpenJDK ===== | ||
+ | **Interesting:** [[https://blog.overops.com/running-java-on-docker-youre-breaking-the-law|Oracle's JDK/JRE licensing]] \\ | ||
+ | |||
+ | [[https://www.azul.com/downloads/zulu/zulu-download-alpine|Zulu OpenJDK for Alpine]] \\ | ||
+ | |||
+ | All Zulu files are expanded into appropriate folders relative to the <zulu_dir>/<zulu_jdk> subfolder. For example: | ||
+ | <code> | ||
+ | wget https://cdn.azul.com/zulu/bin/zulu8.38.0.13-ca-jdk8.0.212-linux_musl_x64.tar.gz | ||
+ | mkdir -p /usr/lib/jvm | ||
+ | tar xf zulu8.38.0.13-ca-jdk8.0.212-linux_musl_x64.tar.gz -C /usr/lib/jvm | ||
+ | </code> | ||
//Links: [[tech:start|tech]] ... [[:start|main]]// \\ | //Links: [[tech:start|tech]] ... [[:start|main]]// \\ | ||