dockerfileview
dockerfileview copied to clipboard
It seems that it doesn't work anymore
Hey, I wanted to find some dockerfile. Then I found your tool, but saddly it seems that it no longer works :(
✗ docker run remore/dockerfileview dockerfileview ubuntu:14.04
Unable to find image 'remore/dockerfileview:latest' locally
latest: Pulling from remore/dockerfileview
4d2e9ae40c41: Pull complete
a3ed95caeb02: Pull complete
c82d0202dda4: Pull complete
c33eb106dfcf: Pull complete
f9a0522cbaa2: Pull complete
bad54a5c2ae3: Pull complete
44590cce7a4f: Pull complete
ea2a9399d365: Pull complete
ddf532273b60: Pull complete
b11d7fb3bbe8: Pull complete
Digest: sha256:d5dd58688f507bc8e6b3723e1ff899a744542edac9f3eb6ffb8c37985416f116
Status: Downloaded newer image for remore/dockerfileview:latest
#
# 🐳 ubuntu:14.04
#
Failed to fetch ubuntu:14.04
#
# 🐳 (Direct Input from CLI)
#
FROM ubuntu:14.04
Same problem for me(
same here
[root@hinton opt]# ./dockerfileview_linux_amd64 ubuntu:14.04
#
# 🐳 ubuntu:14.04
#
Failed to fetch ubuntu:14.04
#
# 🐳 (Direct Input from CLI)
#
FROM ubuntu:14.04
[root@hinton opt]# ./dockerfileview_linux_amd64 centos
#
# 🐳 centos
#
Failed to fetch centos
#
# 🐳 (Direct Input from CLI)
#
FROM centos
[root@hinton opt]# ./dockerfileview_linux_amd64 jwilder/nginx-proxy
#
# 🐳 jwilder/nginx-proxy
#
Failed to fetch jwilder/nginx-proxy
#
# 🐳 (Direct Input from CLI)
#
FROM jwilder/nginx-proxy
[root@hinton opt]# ./dockerfileview_linux_amd64 gcr.io/kubeflow/jupyterhub-k8s:v20180531-3bb991b1
#
# 🐳 gcr.io/kubeflow/jupyterhub-k8s:v20180531-3bb991b1
#
Failed to fetch gcr.io/kubeflow/jupyterhub-k8s:v20180531-3bb991b1
#
# 🐳 (Direct Input from CLI)
#
FROM gcr.io/kubeflow/jupyterhub-k8s:v20180531-3bb991b1
same here
Same. Hopefully it could be fixed someday :)
Same here for jess/chromium ...