Skip to content
Snippets Groups Projects
  1. Feb 01, 2021
  2. Oct 13, 2020
  3. Apr 20, 2020
    • Kamil Trzciński's avatar
      Perform atomic replace of configs using `sponge` · a7f3b1d0
      Kamil Trzciński authored
      Previously we would be using `> file` (shell redirect),
      but this is suspectible to race conditions
      when starting multiple containers writing that file.
      
      Using `sponge` allows us to soak up all input,
      and atomic replace existing file.
      a7f3b1d0
  4. Oct 20, 2018
  5. Oct 19, 2018
  6. Nov 01, 2017
  7. Oct 31, 2017
Loading