Announcement

Collapse
No announcement yet.

Clear Linux Makes HTTP/2 The Default, Adds Images To Dockerhub

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Clear Linux Makes HTTP/2 The Default, Adds Images To Dockerhub

    Phoronix: Clear Linux Makes HTTP/2 The Default, Adds Images To Dockerhub

    For those that may be interested in the Clear Linux distribution for improved performance or other innovative functionality, the third "Clear Linux Highlights" newsletter has been published to share more of the recent changes to this Linux distribution out of the Intel Open-Source Technology Center...

    Phoronix, Linux Hardware Reviews, Linux hardware benchmarks, Linux server benchmarks, Linux benchmarking, Desktop Linux, Linux performance, Open Source graphics, Linux How To, Ubuntu benchmarks, Ubuntu hardware, Phoronix Test Suite

  • #2
    Tip: docker run --rm -it clearlinux … Without the--rm option, you will end up with a mountain of old containers after a while.

    Comment


    • #3
      Well, I tried, but if docker fails silently with the mystical exit status of 132, here is why:

      Since I'm the author of selfdock, I had to try, and that gave me the clue:
      Code:
      > docker save clearlinux | undocker -i -o /tmp/clearlinux clearlinux
      > selfdock --root /tmp/clearlinux run sh
      sh: killed by signal 4
      Signal 4 is SIGILL "illegal instruction". Oh, it's not meant to work on AMD…

      Comment

      Working...
      X