Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalwilbrink authored Oct 24, 2023
1 parent c298c19 commit 0978d51
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,14 @@ You can override the default header, columns and pagination.
| pageSizeOptions | array | `[5, 10, 25]` | Possible page sizes. Must include `pageSize` |
| showCountInHeading | boolean | true | If `true`, it shows the count of the total amount of Docker images in the heading. |

By default, the table looks like this.
<br />
<img src='docs/all_columns.png' width='460px' style="display:block;">

By disabling some columns, you can make it fit in smaller areas
<br />
<img src='docs/example.png' width='460px' style="display:block;">

## Private repositories
For private repositories, you need to create a [Personal Access Token](https://hub.docker.com/settings/security) on Docker Hub.
This Personal Access Token needs to be added in the proxy.
Expand Down

0 comments on commit 0978d51

Please sign in to comment.