Skip to content

Commit

Permalink
[security] Add missing filter
Browse files Browse the repository at this point in the history
  • Loading branch information
goldyfruit committed Nov 29, 2023
1 parent 36a0706 commit 2f08e77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started/docker/security/hivemind.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ At this point of the installation, here are the containers that should be up and
=== "Docker"

```shell
docker container list --all --filter 'name=ovos'
docker container list --all --filter 'name=ovos' --filter 'name=hivemind'
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
4e2d45799de8 smartgic/hivemind-cli:alpha "sleep infinity" 16 minutes ago Up 16 minutes hivemind_cli
612a9ea32405 smartgic/hivemind-listener:alpha "hivemind-core listen" 16 minutes ago Up 16 minutes hivemind_listener
Expand Down

0 comments on commit 2f08e77

Please sign in to comment.