Skip to content

Commit d5edfb6

Browse files
Robin Alexanderikke-t
authored andcommitted
No need to specify subnet and gateway when creating a podman network
1 parent f637cf1 commit d5edfb6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.examples/podman/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ as local directories using `-v ~/dir:/path/in/container:z` instead of the first
1818
four commands.
1919

2020
```sh
21-
podman network create librebooking --subnet 192.168.30.0/24 --gateway=192.168.30.1
21+
podman network create librebooking
2222
podman volume create db-conf
2323
podman volume create lb-images
2424
podman volume create lb-reservations

0 commit comments

Comments
 (0)