nixpkgs/pkgs/tools/virtualization
Maximilian Bosch c957341ef5
nixos-container: allow setting custom local and host address
I have a nixops network where I deploy containers using the `container`
backend which uses `nixos-container` intenrally to deploy several
containers to a certain host.

During that time I removed and added new containers and while trying to
deploy those to a different host I realized that it isn't guaranteed
that each container gets the same IP address which is a problem as some
parts of the deployment need to know which container is using which IP
(i.e. to configure port forwarding on the host).

With this change you can specify the container's IP like this (and don't
have to use the arbitrarily used 10.233.0.0/16 subnet):

```
$ nixos-container create test --config-file test-container.nix \
    --local-address 10.235.1.2 --host-address 10.235.1.1
```
2019-04-22 18:13:45 +02:00
..
amazon-ecs-cli amazon-ecs-cli: 1.12.1 -> 1.13.1 (#58620) 2019-04-07 16:01:32 +02:00
awless awless: 0.0.14 -> 0.1.11 (#54121) 2019-02-24 02:37:30 +01:00
aws
awsebcli
cloud-init
cloudmonkey
cri-tools
distrobuilder
ec2-ami-tools
ec2-api-tools
euca2ools
google-compute-engine google-compute-engine: 20181206 -> 20190124 (#55312) 2019-02-06 11:02:31 +00:00
google-compute-engine-oslogin
govc govc: 0.16.0 -> 0.20.0 (#58986) 2019-04-08 12:26:39 +02:00
linode-cli
marathonctl
mininet
nixos-container nixos-container: allow setting custom local and host address 2019-04-22 18:13:45 +02:00
rootlesskit feat(roolesskit): init at 0.3.0-alpha.2 2019-02-19 22:16:11 +01:00
udocker udocker: Fix build (#57002) 2019-03-07 22:55:12 +01:00
xe-guest-utilities