Anders Björklund

Results 159 issues of Anders Björklund

Currently the `mount` command is avoided for the copy only, but not for the regular install command. This means that it fails, when **not** running --privileged: `mount: permission denied (are...

http://forum.tinycorelinux.net/index.php/topic,25743.0.html

http://forum.tinycorelinux.net/index.php/topic,25531.0.html

Seems like glibc now requires newer kernel: ``` $ docker run -it tatsushid/tinycore:9.0-x86_64 / $ exit $ docker run -it tatsushid/tinycore:10.0-x86_64 Unable to find image 'tatsushid/tinycore:10.0-x86_64' locally 10.0-x86_64: Pulling from...

http://forum.tinycorelinux.net/index.php/topic,24798.0.html

http://forum.tinycorelinux.net/index.php/topic,23692.0.html

I made a variant where "compiletc" is pre-installed: ``` Dockerfile FROM tinycore:9.0-x86_64 RUN tce-load -wic compiletc \ && rm -rf /tmp/tce/optional/* ``` It comes in handy when cross-compiling for TCL....

Currently the posix code is compiled out, so it's **not** possible to run it from Windows. But when `isatty.IsCygwinTerminal`, it should be preferred over the `isatty.IsTerminal` This is the terminal:...

Question

Similar to the bash prompt, show "(tag)" instead of sha-1.

t:enhancement
a:segment

Currently we have `daemon.Image` and `daemon.Write` We would also need `podman.Image` and `podman.Write`. https://github.com/kubernetes/minikube/pull/11063 [ pkg/minikube/image/podman.go](https://github.com/kubernetes/minikube/pull/11063/files#diff-fa213d52c815c8c5520c1a6564d404ecf1d5ea5f3acf11dfd86a406bab4a4d3a) It does **not** have any daemon, when not running remotely... Current root authentication is...