Giter VIP home page Giter VIP logo

docker-images's People

Contributors

dubo-dubon-duponey avatar

Watchers

 avatar  avatar

docker-images's Issues

Investigate airplay 2

* https://github.com/jutaz/go-airport
* https://github.com/joelgibson/go-airplay
* https://github.com/gongo/go-airplay
* https://9to5mac.com/2019/12/05/airplay-2-cracked/
* https://github.com/mikebrady/shairport-sync/issues/535

Consider from scratch runtime

Needed:

  • init #23
  • how does that work for non root user? defer entirely to operator to use the appropriate uid?
  • prepared folders from the current debian build stage, copied --from?

Docker UDP broken

moby/libnetwork#1729

Right now, this is preventing coreDNS from running on a bridge.

Running on macvlan requires some gymnastic on the host:


sudo ip link del dubo-shim 2>/dev/null
sudo ip link add dubo-shim link eno1 type macvlan mode bridge
sudo ip addr add 10.0.4.96/24 dev dubo-shim
sudo ip link set dubo-shim up
sudo ip route add 10.0.4.96/27 dev dubo-shim

builder - qemu blows up on a few platforms

s390x and arm/v7 do not build.
Probably arm/v6 is bust as well
qemu core dumps on libcbin dpkg post install

May, or may not be due to outdated kernel on the build node.

This may be linked with the installation of crossbuild packages.

Reduce IO for RPIs

Embrace tmpfs for everything that is not supposed to be permanent.

Downside: everytime the logger restart, log entries might be duplicated

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.