Skip to content

Commit

Permalink
List Docker networks
Browse files Browse the repository at this point in the history
  • Loading branch information
denkv committed Jan 4, 2024
1 parent f157cb8 commit 3f63b99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ create-networks:
@docker network inspect hobbit >/dev/null || (docker network create -d overlay --attachable --subnet 172.16.100.0/24 hobbit && echo "Created network: hobbit")
@docker network inspect hobbit-core >/dev/null || (docker network create -d overlay --attachable --subnet 172.16.101.0/24 hobbit-core && echo "Created network: hobbit-core")
@docker network inspect hobbit-services >/dev/null || (docker network create -d overlay --attachable --subnet 172.16.102.0/24 hobbit-services && echo "Created network: hobbit-services")
docker network ls

set-keycloak-permissions:
@chmod --changes 777 config/keycloak
Expand Down

0 comments on commit 3f63b99

Please sign in to comment.