All Projects → vicanso → Diving

vicanso / Diving

Licence: apache-2.0
Exploring each layer in a docker image

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Diving

Docker Github Pages
🐳 Alpine Docker Image for GitHub Pages and Jekyll powered sites
Stars: ✭ 147 (-10.37%)
Mutual labels:  docker-image
Drone Ssh
Drone plugin for executing remote ssh commands
Stars: ✭ 155 (-5.49%)
Mutual labels:  docker-image
Elk Docker
Elasticsearch, Logstash, Kibana (ELK) Docker image
Stars: ✭ 1,973 (+1103.05%)
Mutual labels:  docker-image
Container
HedgeDoc container image resources
Stars: ✭ 149 (-9.15%)
Mutual labels:  docker-image
Docker Tensorflow Builder
Docker images to compile TensorFlow yourself.
Stars: ✭ 155 (-5.49%)
Mutual labels:  docker-image
Bmw Tensorflow Inference Api Cpu
This is a repository for an object detection inference API using the Tensorflow framework.
Stars: ✭ 158 (-3.66%)
Mutual labels:  docker-image
Ngx Fastdfs
nginx + lua +fastdfs Real-time dynamic compression of distributed pictures
Stars: ✭ 146 (-10.98%)
Mutual labels:  docker-image
Conan Docker Tools
Some tools for automated package generation
Stars: ✭ 161 (-1.83%)
Mutual labels:  docker-image
Docker Phoenix
A dockerized Phoenix development and runtime environment.
Stars: ✭ 152 (-7.32%)
Mutual labels:  docker-image
Laravel
Docker image to run Laravel 5.x projects
Stars: ✭ 158 (-3.66%)
Mutual labels:  docker-image
Modern Deep Learning Docker
Modern Deep Learning Docker Image
Stars: ✭ 153 (-6.71%)
Mutual labels:  docker-image
Docker Elasticsearch Alpine
Alpine Linux based Elasticsearch Docker Image
Stars: ✭ 154 (-6.1%)
Mutual labels:  docker-image
Dockerfiles
Dockerfiles for various pandoc images
Stars: ✭ 158 (-3.66%)
Mutual labels:  docker-image
Portauthority
API that leverages Clair to scan Docker Registries and Kubernetes Clusters for vulnerabilities
Stars: ✭ 148 (-9.76%)
Mutual labels:  docker-image
Bitnami Docker Magento
Bitnami Docker Image for Magento
Stars: ✭ 159 (-3.05%)
Mutual labels:  docker-image
Docker Erlang Otp
the Official Erlang OTP image on Docker Hub
Stars: ✭ 147 (-10.37%)
Mutual labels:  docker-image
Larakube
Laravel app deployment for auto scaled Kubernetes cluster
Stars: ✭ 157 (-4.27%)
Mutual labels:  docker-image
Timescaledb Docker
Release Docker builds of TimescaleDB
Stars: ✭ 162 (-1.22%)
Mutual labels:  docker-image
Workspace Images
Ready to use docker images for Gitpod workspaces
Stars: ✭ 161 (-1.83%)
Mutual labels:  docker-image
Nginx
NGINX Accelerated! This is a Docker image that creates a high performance (FAST!), optimized image for NGINX for use with Redis and PHP-FMP. Deliver sites and applications with performance, reliability, security, and scale. This NGINX server offers advanced performance, web and mobile acceleration, security controls, application monitoring, and management.
Stars: ✭ 157 (-4.27%)
Mutual labels:  docker-image

diving

Using diving you can analyze docker image on the website. It use dive to get the analyzed information.

The first time may be slow, because it pulls the image first.

Image

Installation

docker run -d --restart=always \
  -v /var/run/docker.sock:/var/run/docker.sock \
  -p 7001:7001 \
  vicanso/diving
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].