GithubHelp home page GithubHelp logo

Comments (2)

marbali8 avatar marbali8 commented on September 24, 2024 1

Hello!

Thank you for getting in contact with us. This problem doesn't seem to be related to the Docker ACAP, so I recommend you to contact the Virtual Loan Tool official support channel, [email protected].

from docker-acap.

mentoc3000 avatar mentoc3000 commented on September 24, 2024

The problem is that the loaned devices do not use the default http and ssh ports. For anyone else encountering this problem, try the following alternative script:

DEVICE_IP=<camera ip>
PORT_HTTP=<http port>
PORT_SSH=$(($PORT_HTTP + 10000))
DEVICE_PASSWORD='<password>'

echo 'Enabling SSH...'
curl -s --anyauth -u "root:$DEVICE_PASSWORD" \
  "http://$DEVICE_IP:$PORT_HTTP/axis-cgi/param.cgi?action=update&root.Network.SSH.Enabled=yes"
echo ''

echo 'Checking Docker compatibility...'
ssh -p $PORT_SSH root@$DEVICE_IP 'command -v containerd >/dev/null 2>&1 && echo Compatible with Docker ACAP || echo Not compatible with Docker ACAP'

from docker-acap.

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.