Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
marshyski committed Aug 5, 2015
1 parent dc59d26 commit 3116e61
Showing 1 changed file with 17 additions and 10 deletions.
27 changes: 17 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,23 @@ Securing Docker Containers

Usage
-----
* **-c** argument reviews what's commented out in quick-secure.
``./quick-secure/quick-secure -c``
* **-u** argument reviews what's being applied to your current system.
``./quick-secure/quick-secure -u``
* **-f** argument forces settings without being prompt with "are you sure"
question.
``./quick-secure/quick-secure -f``
* Run quick-secure for the first time: ``./quick-secure/quick-secure`` in CLI.
* Setup quick-secure to run every sunday at 11PM via root's cron:
``00 23 * * 0 /root/quick-secure/quick-secure -f``
**-c** argument reviews what's commented out in quick-secure.

./quick-secure/quick-secure -c

**-u** argument reviews what's being applied to your current system.

./quick-secure/quick-secure -u

**-f** argument forces settings without being prompt with "are you sure" question.

./quick-secure/quick-secure -f

Run quick-secure for the first time: ``./quick-secure/quick-secure`` in CLI.

Setup quick-secure to run every sunday at 11PM via root's cron:

00 23 * * 0 /root/quick-secure/quick-secure -f


Help & Feedback
Expand Down

0 comments on commit 3116e61

Please sign in to comment.