rename script

This commit is contained in:
2023-08-30 21:06:51 +02:00
parent 97eda81232
commit 01ce14ac83
3 changed files with 7 additions and 7 deletions

View File

@@ -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...

View File

@@ -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