Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 0ee682da5384
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: c94005358c18
Choose a head ref
  • 1 commit
  • 4 files changed
  • 1 contributor

Commits on Mar 24, 2019

  1. NixOS: Run Docker containers as declarative systemd services (#55179)

    * WIP: Run Docker containers as declarative systemd services
    
    * PR feedback round 1
    
    * docker-containers: add environment, ports, user, workdir options
    
    * docker-containers: log-driver, string->str, line wrapping
    
    * ExecStart instead of script wrapper, %n for container name
    
    * PR feedback: better description and example formatting
    
    * Fix docbook formatting (oops)
    
    * Use a list of strings for ports, expand documentation
    
    * docker-continers: add a simple nixos test
    
    * waitUntilSucceeds to avoid potential weird async issues
    
    * Don't enable docker daemon unless we actually need it
    
    * PR feedback: leave ExecReload undefined
    benley authored and danbst committed Mar 24, 2019
    Copy the full SHA
    c940053 View commit details
    Browse the repository at this point in the history