Coder Social home page Coder Social logo

Comments (11)

tananaev avatar tananaev commented on August 22, 2024 1

I personally like the clean solution we have now. I feel like it's in a true spirit of Docker.

I'm also not sure if locked database is a real issue. Database is temporarily locked only on launch, so even if you lose battery and shutdown the server after the launch, it shouldn't happen.

from traccar-docker.

meilon avatar meilon commented on August 22, 2024

I'm against hard coding this into the container because I don't use H2, instead I use MariaDB.
Instead I'd welcome moving to an entrypoint.sh which actually starts traccar (and not using CMD). This script could check if a file exists at a predefined location and execute it. This way pre-start would be customizable without rebuilding the image.

Maybe migrating over to s6-overlay or how linuxserver.io does it makes using this container more like the others without special implementations

from traccar-docker.

krasi-georgiev avatar krasi-georgiev commented on August 22, 2024

yes an entrypoint file would work.

from traccar-docker.

krasi-georgiev avatar krasi-georgiev commented on August 22, 2024

any comment from the maintainers?

from traccar-docker.

krasi-georgiev avatar krasi-georgiev commented on August 22, 2024

ping

from traccar-docker.

krasi-georgiev avatar krasi-georgiev commented on August 22, 2024

ping

from traccar-docker.

tananaev avatar tananaev commented on August 22, 2024

I agree that it doesn't make sense to hardcode something like this.

from traccar-docker.

krasi-georgiev avatar krasi-georgiev commented on August 22, 2024

@tananaev the question is for this change

Instead I'd welcome moving to an entrypoint.sh which actually starts traccar (and not using CMD). This script could check if a file exists at a predefined location and execute it. This way pre-start would be customizable without rebuilding the image.

from traccar-docker.

krasi-georgiev avatar krasi-georgiev commented on August 22, 2024

It happened few times where it went into a lockdown and need manual intervention

from traccar-docker.

tananaev avatar tananaev commented on August 22, 2024

It means that it happened during service startup, which probably means you need to investigate more why it happened first before implementing any patches. Startup should only take a few seconds, so the chances that shutdown happens at the same time should be very low. There has to be an explanation for why it happened so many times for you.

from traccar-docker.

krasi-georgiev avatar krasi-georgiev commented on August 22, 2024

yes I think you are right it did happen during initialization. so lets leave as is and will spend more time on this when/if needed

from traccar-docker.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.