Skip to content

Commit

Permalink
#54 doc how to proceed
Browse files Browse the repository at this point in the history
  • Loading branch information
corretge committed Jul 10, 2021
1 parent 7824b48 commit 3183309
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,31 @@ docker-compose kill
Killing certificationycli_app_1 ... done
```


### Runing it through docker composer

#### Start the container

Start it in daemon mode.

```bash
docker compose up -d
```

#### Run certificationy

Execute this instruction or whatever certificationy you want.

```bash
docker exec -it certificationy-cli_app_1 /bin/bash -c "php certificationy.php start --training"
```

#### Stop the container

```bash
docker compose down
```

## More run options

### Select the number of questions
Expand Down

0 comments on commit 3183309

Please sign in to comment.