diff --git a/README.md b/README.md index 0734c57..b2d5322 100644 --- a/README.md +++ b/README.md @@ -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 📋 diff --git a/assets/pages/demo/demo.md b/assets/pages/demo/demo.md index d78f178..70b5157 100644 --- a/assets/pages/demo/demo.md +++ b/assets/pages/demo/demo.md @@ -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`