<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nixsap/modules/apps/docker, branch master</title>
<subtitle></subtitle>
<id>https://git.pashev.ru/nix/nixsap/atom?h=master</id>
<link rel='self' href='https://git.pashev.ru/nix/nixsap/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/nix/nixsap/'/>
<updated>2018-05-05T10:16:21Z</updated>
<entry>
<title>Add multi-instance Docker app with bash completion</title>
<updated>2018-05-05T10:16:21Z</updated>
<author>
<name>Igor Pashev</name>
<email>pashev.igor@gmail.com</email>
</author>
<published>2018-05-05T10:09:30Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/nix/nixsap/commit/?id=0cad0928bd0f7f4ad877b95de7f65d229d70313a'/>
<id>urn:sha1:0cad0928bd0f7f4ad877b95de7f65d229d70313a</id>
<content type='text'>
Example configuration:

    { config, ... }:

    let

      inherit (config.nixsap) apps;

    in {
      imports = [ &lt;modules&gt; ];

      nixsap.apps.docker.foo = {
      };

      users.users.pashev.extraGroups = [apps.docker.foo.daemon.group];
    }

Usage:

    (Sat, 05 May 2018 10:09:01 +0000)
    [pashev@vbox-devops:~]
    # docker-foo images
    REPOSITORY          TAG                 IMAGE ID            CREATED             SIZE
    debian              latest              8626492fecd3        7 days ago          101MB
    ubuntu              latest              452a96d81c30        7 days ago          79.6MB
</content>
</entry>
</feed>
