rename script
This commit is contained in:
12
README.md
12
README.md
@@ -1,6 +1,6 @@
|
|||||||
## ec2-build-docker-host
|
## ec2-build-container-host
|
||||||
|
|
||||||
This script sets up a Docker test system based on NixOS. For configuration options consult:
|
This script sets up a container host test system based on NixOS. For configuration options consult:
|
||||||
|
|
||||||
https://search.nixos.org/options
|
https://search.nixos.org/options
|
||||||
|
|
||||||
@@ -8,12 +8,12 @@ To change the resulting system, edit the *configuration.nix* and re-run the scri
|
|||||||
|
|
||||||
### Usage
|
### Usage
|
||||||
```
|
```
|
||||||
git clone https://github.com/mrckndt/ec2-build-docker-host
|
git clone https://github.com/mrckndt/ec2-build-container-host
|
||||||
cd ec2-build-docker-host
|
cd ec2-build-container-host
|
||||||
|
|
||||||
bash ec2-build-docker-host -i <PATH-TO-IDENTITY-FILE>
|
bash ec2-build-container-host -i <PATH-TO-IDENTITY-FILE>
|
||||||
or
|
or
|
||||||
./ec2-build-docker-host -i <PATH-TO-IDENTITY-FILE>
|
./ec2-build-container-host -i <PATH-TO-IDENTITY-FILE>
|
||||||
```
|
```
|
||||||
|
|
||||||
Follow the shown instructions and wait...
|
Follow the shown instructions and wait...
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ let
|
|||||||
allowedTCPPorts = [ 80 443 8065 ];
|
allowedTCPPorts = [ 80 443 8065 ];
|
||||||
allowedUDPPorts = [ ];
|
allowedUDPPorts = [ ];
|
||||||
autoUpdateContainers = true;
|
autoUpdateContainers = true;
|
||||||
hostName = "nixos-docker-test";
|
hostName = "nixos-container-host";
|
||||||
systemPackages = with pkgs; [
|
systemPackages = with pkgs; [
|
||||||
bind
|
bind
|
||||||
bmon
|
bmon
|
||||||
|
|||||||
Reference in New Issue
Block a user