initial commit
This commit is contained in:
19
README.md
Normal file
19
README.md
Normal file
@@ -0,0 +1,19 @@
|
||||
## ec2-build-docker-host
|
||||
|
||||
This script sets up a Docker test system based on NixOS. For configuration options consult:
|
||||
|
||||
https://search.nixos.org/options
|
||||
|
||||
To change the resulting system, edit the *configuration.nix* and re-run the script.
|
||||
|
||||
### Usage
|
||||
```
|
||||
git clone https://github.com/mrckndt/ec2-build-docker-host
|
||||
cd ec2-build-docker-host
|
||||
|
||||
bash ec2-build-docker-host -i <PATH-TO-IDENTITY-FILE>
|
||||
or
|
||||
./ec2-build-docker-host -i <PATH-TO-IDENTITY-FILE>
|
||||
```
|
||||
|
||||
Follow the shown instructions and wait...
|
||||
Reference in New Issue
Block a user