Skip to content

vmtouch Virtual Memory Toucher Docker Image to easily load /data into cache

License

Notifications You must be signed in to change notification settings

BernhardGruen/n4de-cacher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Benutzung des cacher Images

Zu cachendes Volume als Volume (auch mit Schreibschutz) mit Ziel /data angeben und Instanz bei Bedarf ausführen.

WICHTIG: IMMER MIT 0 REPLICAS EINBINDEN UND DANN NUR BEI BEDARF MANUELL AUFRUFEN

Beispielkonfiguration (docker-compose.yaml)

cacher:
    image: registry.n4group.eu/n4de/cacher:latest
    deploy:
      replicas: 0
        restart_policy:
          condition: none
    volumes:
      - <VOLUME>:/data:ro

About

vmtouch Virtual Memory Toucher Docker Image to easily load /data into cache

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published