How to starting project using Alpine's Tini ?
See original GitHub issueI want to know how to configure to achieve the following effect entrypoint set to
[tini,java, --add-opens, java.base/sun.nio.ch=ALL-UNNAMED, -cp, /app/resources:/app/classes:/app/libs/*, ...
My application will use tini to start, ensure pid! = 1, if it is equal to 1, then java related tools will not be available, and there will be a zombie process. There is an ISSUS
Issue Analytics
- State:
- Created 3 years ago
- Comments:17 (8 by maintainers)
Top Results From Across the Web
Making Our Own Alpine Node.js Container
As an exercise to understand what goes into making a container from scratch, Brian shows how to create a Node.js container from the...
Read more >Getting Started With AlpineJS: Tiny But Powerful - PDF.co
Meet Alpine, a fairly new front-end JavaScript framework that provides a unique way to tackle UI problems. · To summarize, the key features...
Read more >Introducing Alpine.js: A Tiny JavaScript Framework
In this article, we're going to take a closer look at Alpine.js and how it ... That article started me on a journey...
Read more >Add Alpine.js to your Node Application | Sanity.io guide
The next option is quite important, you decide to use a project template with schema and sample data or start a clean project...
Read more >alpine / cloud / tiny-cloud · GitLab - Alpine Linux
The following actions will occur only once, during the initial boot of an instance: expand the root filesystem to use all available root...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@goudai , I solved this with a custom image, which includes dumb-init and creating a short shell script called java in /usr/local/bin, see #894
FTR: https://github.com/GoogleContainerTools/jib/issues/894#issuecomment-642935267