oops!
This commit is contained in:
@@ -39,7 +39,7 @@ That's where SecDep comes in 💪. With SecDep, you can manage your virtual mach
|
||||
- [x] Docker Rootless installation
|
||||
- [x] Docker deployment during hardening
|
||||
- [x] Single docker-compose file deployment
|
||||
- [x] Multiple docker images deployment
|
||||
- [x] Pulling of multiple docker images
|
||||
- [x] Automatic portainer deployment
|
||||
|
||||
# Prerequisites 📋
|
||||
|
||||
@@ -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`
|
||||
|
||||
## 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`
|
||||
|
||||
(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`
|
||||
|
||||
Reference in New Issue
Block a user