Rust docker-images

Open-source Rust projects categorized as docker-images

Rust docker-image Projects

  • docker-compose-wait

    A simple script to wait for other docker images to be started while using docker-compose (or Kubernetes or docker stack or whatever)

  • Project mention: Azure CD via Pipelines/Docker | /r/ProWordPress | 2023-05-08

    FROM wordpress:cli # Install make tool USER root RUN apk add --no-cache make # Make docker-compose wait for container dependencies be ready # Add the wait script to the image ENV WAIT_VERSION 2.7.2 ADD https://github.com/ufoscout/docker-compose-wait/releases/download/$WAIT_VERSION/wait /wait RUN chmod +x /wait # Add Makefile to scripts dir ADD Makefile entrypoint.sh /scripts/ RUN chmod +x /scripts/entrypoint.sh ENTRYPOINT [ "/scripts/entrypoint.sh" ] USER 33:33 CMD ["wp", "shell"]

  • docuum

    Docuum performs least recently used (LRU) eviction of Docker images. 🗑️

  • Project mention: PSA - Run "docker image prune" once in a while. | /r/selfhosted | 2023-12-07

    Or let docuum do the job for you, based on storage threshold. https://github.com/stepchowfun/docuum

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Rust docker-images related posts

  • LRU Eviction of Docker Images

    1 project | news.ycombinator.com | 18 Aug 2023
  • Remove unused docker images

    2 projects | /r/docker | 18 Jul 2022
  • Any easy way to wait for dependend on containers to actually be ready in docker-compose?

    2 projects | /r/docker | 22 Apr 2022
  • How to NOT expose a container until everything is built?

    1 project | /r/docker | 19 Aug 2021
  • Docuum performs least recently used (LRU) eviction of Docker images. 🗑️

    2 projects | /r/docker | 7 Mar 2021
  • A note from our sponsor - SaaSHub
    www.saashub.com | 2 May 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

Project Stars
1 docker-compose-wait 1,588
2 docuum 560

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com