This commit is contained in:
2023-09-03 17:34:16 +03:00
parent 6fc7bbd830
commit e74e3b8ff6
2 changed files with 3 additions and 3 deletions

View File

@@ -39,7 +39,7 @@ That's where SecDep comes in 💪. With SecDep, you can manage your virtual mach
- [x] Docker Rootless installation - [x] Docker Rootless installation
- [x] Docker deployment during hardening - [x] Docker deployment during hardening
- [x] Single docker-compose file deployment - [x] Single docker-compose file deployment
- [x] Multiple docker images deployment - [x] Pulling of multiple docker images
- [x] Automatic portainer deployment - [x] Automatic portainer deployment
# Prerequisites 📋 # Prerequisites 📋

View File

@@ -58,8 +58,8 @@ You can also specify a port with the `--port` flag.
`python3 secdep.py -P aws -c -n test-node -s t3.micro -i ami-08869bacfa1188ec9 --yes --deploy` `python3 secdep.py -P aws -c -n test-node -s t3.micro -i ami-08869bacfa1188ec9 --yes --deploy`
## Instance creation and hardening for aws while deploying a docker-compose file and nginx docker image ## Instance creation and hardening for aws while deploying a docker-compose file and pulling nginx docker image
`python3 secdep.py -P aws -c -n test-node -s t3.micro -i ami-08869bacfa1188ec9 --yes --docker_compose --deploy nginx` `python3 secdep.py -P aws -c -n test-node -s t3.micro -i ami-08869bacfa1188ec9 --yes --docker_compose --deploy nginx`
(The docker-compose.yml file has to be in the same directory as the script and be names `docker-compose,yml`) Note: The docker-compose.yml file has to be in the same directory as the script and be named as `docker-compose.yml`