question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

How to starting project using Alpine's Tini ?

See original GitHub issue

I 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:closed
  • Created 3 years ago
  • Comments:17 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
mfriedenhagencommented, Apr 29, 2020

@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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found