We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0 parents commit 0f20619Copy full SHA for 0f20619
Dockerfile
@@ -0,0 +1,8 @@
1
+FROM scratch
2
+MAINTAINER William Douglas <william.douglas@intel.com>
3
+ADD base.tar.xz /
4
+RUN cd /etc && \
5
+ grep root /usr/share/defaults/etc/passwd > /etc/passwd && \
6
+ grep root /usr/share/defaults/etc/group > /etc/group && \
7
+ grep root /usr/share/defaults/etc/shadow > /etc/shadow
8
+CMD ["/bin/bash"]
README.md
@@ -0,0 +1,2 @@
+# docker-brew-clearlinux
+Dockerhub image snapshots for Clear Linux
VERSION
@@ -0,0 +1 @@
+37680
base.tar.xz
41.1 MB
0 commit comments