diff --git a/README.md b/README.md index 1433b367b..fa70c8986 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,11 @@ make also sure that $_SERVER['DOCUMENT_ROOT'] exists and is set cor 3. Go to __/cockpit/install__ via Browser 4. You're ready to use Cockpit :-) +or + +1. Run the command `docker run -p 8080:80 gabskoro/cockpit-nginx` +2. Open `http://localhost:8080/install` + ### Build (Only if you modify JS components)