Git Product home page Git Product logo

Comments (6)

cenobitedk avatar cenobitedk commented on August 10, 2024 1

Just confirmed that it worked perfectly 👍 thanks!

A little surprised that it also started the container, but it's cool!

from docker-ihccaptain.

arberg avatar arberg commented on August 10, 2024

Hi, I get same error-message. I'll try contacting Mikkel and see if he knows something. Here's some info if you want to debug it yourself, or if that becomes relevant later:

It seems IHC captain install script fails on the docker. This is on how to debug that issue from within the docker.

The build executes the Dockerfile.The output says its executing 9th non-empty line, ie:
RUN ["/bin/bash", "-c", "/tmp/install docker"]

The /tmp/install docker is downloaded from http://jemi.dk/ihc/files/install in a few lines above.

you can out-comment everything from that line and below, and execute build, then run the docker container with bash, like they show here: https://subscription.packtpub.com/book/virtualization_and_cloud/9781787286986/6/ch06lvl1sec38/debugging-a-dockerfile

Then I would run the install script from within the container, and try to debug it. When I do that I typically mount the script from host filesystem, so its easy to edit script and rerun within docker, adding print-lines etc.

Alex

from docker-ihccaptain.

arberg avatar arberg commented on August 10, 2024

It looks like v1.49 is the last which worked, but it seems we don't have access to previous installer script versions on jemi.dk. It would be easier for you to start with something that worked.

from docker-ihccaptain.

arberg avatar arberg commented on August 10, 2024

I've fixed the script, so now it works again on docker. I'm using my custom version of the installer in this github project, until Mikkel updates the 'live' script, which I think he'll do soon.

from docker-ihccaptain.

cenobitedk avatar cenobitedk commented on August 10, 2024

Thank you @arberg!
I did use continue to use my old 1.40-arm custom build until the latest version would run.
The internal IHC Captain update check did report 1.52 being available and said I was on 1.49. The update failed, but upon page reload I could see that it had in fact updated to 1.52. I'm not sure if the update will persist when the container is restarted?

from docker-ihccaptain.

arberg avatar arberg commented on August 10, 2024

If you pull the latest image it should run.

In-container update of IHCCaptain has never worked previously. It's possible it works now with the 1.52 installer script update, I don't know.

You won't lose changes made within the container by restarting the container, only by deleting it and starting fresh from the image. Well unless you always delete the container when you stop it like with docker run --rm

from docker-ihccaptain.

Related Issues (1)

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.