Browse Source

init push

Penta 2 weeks ago
commit
6d11b02032
2 changed files with 6 additions and 0 deletions
  1. 5 0
      Dockerfile
  2. 1 0
      README.md

+ 5 - 0
Dockerfile

@@ -0,0 +1,5 @@
+FROM registry.fedoraproject.org/fedora:latest
+
+RUN dnf install alsa-utils -y && dnf clean all
+
+ENTRYPOINT ["/bin/sh", "-c", "set -e; amixer set Master 100% unmute; amixer set PCM 100% unmute || true; amixer set Speaker 100% unmute || true"]

+ 1 - 0
README.md

@@ -0,0 +1 @@
+Dockerfile to generate an image that unmute and set the volume to 100% of the master on a CoreOS node.