limactl-network-create(1)
| LIMACTL(1) | LIMACTL(1) |
NAME
limactl-network-create - Create a Lima network
SYNOPSIS
limactl network create NETWORK [flags]
DESCRIPTION
Create a Lima network
OPTIONS
--gateway="" gateway, e.g., "192.168.42.1/24"
-h, --help[=false] help for create
--interface="" interface for bridged mode
--mode="user-v2" mode
OPTIONS INHERITED FROM PARENT COMMANDS
--debug[=false] Debug mode
--log-format="text" Set the logging format [text, json]
--log-level="" Set the logging level [trace, debug, info, warn, error]
--tty[=false] Enable TUI interactions such as opening an editor. Defaults to true when stdout is a terminal. Set to false for automation.
-y, --yes[=false] Alias of --tty=false
EXAMPLE
Create a network:
$ limactl network create foo --gateway 192.168.42.1/24
Connect VM instances to the newly created network:
$ limactl create --network lima:foo --name vm1
$ limactl create --network lima:foo --name vm2
SEE ALSO
limactl-network(1)
| Aug 2026 | Auto generated by spf13/cobra |
