Skip to content

Commit 3f4044d

Browse files
authored
Update README.md
1 parent b5042ee commit 3f4044d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Docketeer is an open source initiative comprising contributions from dozens of t
9393

9494
### Built With
9595

96-
[![Docker][Docker]][Docker-url][![Typescript][TS.js]][TS-url][![JavaScript][JavaScript]][JavaScript-url][![React][React.js]][React-url][![Redux][Redux]][Redux-url][![Node][Node.js]][Node-url][![Express][Express]][Express-url][![Postgres][Postgres]][Postgres-url][![MySQL][MySQL]][MySQL-url][![Grafana][Grafana]][Grafana-url][![Prometheus][Prometheus]][Prometheus-url][![Jest][Jest]][Jest-url][![Vite][Vite]][Vite-url][![Git][Git]][Git-url][![HTML5][HTML5]][HTML5-url][![CSS3][CSS3]][CSS3-url][![SASS][SASS]][SASS-url]
96+
[![Docker][Docker]][Docker-url][![Typescript][TS.js]][TS-url][![JavaScript][JavaScript]][JavaScript-url][![React][React.js]][React-url][![Redux][Redux]][Redux-url][![RTK][RTK]][RTK-url][![Node][Node.js]][Node-url][![Express][Express]][Express-url][![Postgres][Postgres]][Postgres-url][![MySQL][MySQL]][MySQL-url][![Grafana][Grafana]][Grafana-url][![Prometheus][Prometheus]][Prometheus-url][![Jest][Jest]][Jest-url][![Vite][Vite]][Vite-url][![Git][Git]][Git-url][![HTML5][HTML5]][HTML5-url][![CSS3][CSS3]][CSS3-url][![SASS][SASS]][SASS-url]
9797

9898

9999

@@ -106,6 +106,7 @@ Docketeer is an open source initiative comprising contributions from dozens of t
106106
- Docketeer is a Docker developer tool that's available as an open-source project on GitHub.
107107
- It aims to simplify the development process for projects that use Docker containers.
108108
- JWT authentication, allowing administrator and non-administrator privileges.
109+
- Allows you to filter through both your running and stopped container logs.
109110
- Docketeer provides an easy-to-use command-line interface for managing Docker containers, images, and networks.
110111
- With Docketeer, developers can quickly create, start, stop, and delete containers, as well as manage Docker networks and images.
111112
- Docketeer includes a variety of features, including automatic container naming, customizable configurations, and support for multiple Docker Compose - files.
@@ -144,7 +145,7 @@ git clone https://github.com/open-source-labs/Docketeer.git
144145
#### STEP 2 — Docker compose up
145146

146147
```sh
147-
npm run docker-dev-up
148+
docker compose up
148149
```
149150

150151
#### STEP 3 — Navigate to localhost:4000 to sign-up & login!
@@ -325,6 +326,8 @@ Give a ⭐️ if this project helped you!
325326
[MySQL-url]: https://www.mysql.com/
326327
[SASS]: https://img.shields.io/badge/SASS-hotpink.svg?style=for-the-badge&logo=SASS&logoColor=white
327328
[SASS-url]: https://sass-lang.com/
329+
[RTK]: https://img.shields.io/badge/RTK-563D7C?style=for-the-badge&logo=redux&logoColor=white
330+
[RTK-url]: https://redux-toolkit.js.org/
328331

329332

330333

0 commit comments

Comments
 (0)