Skip to content

Commit 62e5340

Browse files
authored
Update firewall creation command in README (#258)
Use correct firewall create instead of machine create. Also use same placeholder for the network as in the previous machine create command to avoid confusion
1 parent 7ed1bd7 commit 62e5340

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,15 +137,15 @@ docker compose run --rm metalctl machine create \
137137
--networks <network-ID>
138138

139139
# create a firewall that is also connected to the virtual internet-mini-lab network
140-
docker compose run --rm metalctl machine create \
140+
docker compose run --rm metalctl firewall create \
141141
--description fw \
142142
--name fw \
143143
--hostname fw \
144144
--project 00000000-0000-0000-0000-000000000000 \
145145
--partition mini-lab \
146146
--image firewall-ubuntu-3.0 \
147147
--size v1-small-x86 \
148-
--networks internet-mini-lab,$(privatenet)
148+
--networks internet-mini-lab,<network-ID>
149149
```
150150

151151
See the installation process in action

0 commit comments

Comments
 (0)