Git Product home page Git Product logo

docker-webnut's People

Contributors

teknologist avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

docker-webnut's Issues

Typo in readme

docker run -e UPS_HOST="10.11.12.13" -e UPS_PORT="3493" -e UPS_USER="monuser" -e UPS_PASSWORD="secret" -p 6543:6543 -e teknologist/webnut:latest

The above line tries to set an environment variable instead of the image name. So you need to remove the final "-e" before the image name:
docker run -e UPS_HOST="10.11.12.13" -e UPS_PORT="3493" -e UPS_USER="monuser" -e UPS_PASSWORD="secret" -p 6543:6543 teknologist/webnut:latest

standard_init_linux.go:228: exec user process caused: operation not permitted

I am trying to use your image but am running into issues

josh@mitsubishi:~/mitsubishi$ docker-compose up
Pulling nut (teknologist/webnut:)...
latest: Pulling from teknologist/webnut
Image docker.io/teknologist/webnut:latest uses outdated schema1 manifest format. Please upgrade to a schema2 image for better future compatibility. More information at https://docs.docker.com/registry/spec/deprecated-schema-v1/
3b8d91fe7572: Already exists
a3ed95caeb02: Already exists
dfc6505cfad4: Already exists
d037f43089a1: Already exists
4717f7a00ad0: Already exists
8a3b80faaa5d: Already exists
477523a5c87a: Already exists
94c9817feabb: Already exists
d1dd2f906fbd: Already exists
e223665f5c7e: Already exists
aa98bbb30a1e: Already exists
15471723cc6f: Already exists
Digest: sha256:12e3e09f7287bb9deddae792d9544d17b55a3bcbb44be95c3d9e663c29723947
Status: Downloaded newer image for teknologist/webnut:latest
webnut is up-to-date
Attaching to webnut
webnut | standard_init_linux.go:228: exec user process caused: operation not permitted
webnut | standard_init_linux.go:228: exec user process caused: operation not permitted
webnut | standard_init_linux.go:228: exec user process caused: operation not permitted
webnut | standard_init_linux.go:228: exec user process caused: operation not permitted
webnut | standard_init_linux.go:228: exec user process caused: operation not permitted
webnut | standard_init_linux.go:228: exec user process caused: operation not permitted
webnut | standard_init_linux.go:228: exec user process caused: operation not permitted

My compose file looks like

version: '3'
services:
  nut:
    image: teknologist/webnut
    container_name: webnut
    environment:
      - UPS_HOST=127.0.0.1
      - UPS_PORT=3493
      - UPS_USER=admin
      - UPS_PASSWORD=PASSWORD
    restart: unless-stopped
    security_opt:
      - no-new-privileges:true
    networks:
      - proxy
    ports:
      - 6543:6543
networks:
  proxy:
    external: true

I had to create the proxy network but nothing else was done

Docker Image Format v1 and Docker Image manifest version 2, schema 1 support is disabled

peterge@thinkpadt14s:~$ docker run -e UPS_HOST="10.11.12.13" -e UPS_PORT="3493" -e UPS_USER="monuser" -e UPS_PASSWORD="secret" -p 6543:6543 teknologist/webnut:latest
Unable to find image 'teknologist/webnut:latest' locally
latest: Pulling from teknologist/webnut
docker: [DEPRECATION NOTICE] Docker Image Format v1 and Docker Image manifest version 2, schema 1 support is disabled by default and will be removed in an upcoming release. Suggest the author of docker.io/teknologist/webnut:latest to upgrade the image to the OCI Format or Docker Image manifest v2, schema 2. More information at https://docs.docker.com/go/deprecated-image-specs/.
See 'docker run --help'.

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.