Skip to content

Commit

Permalink
Merge pull request #615 from BastilleBSD/issue-399
Browse files Browse the repository at this point in the history
CIDR documentation on create command
  • Loading branch information
bmac2 authored Nov 1, 2023
2 parents df00a79 + 1e849d4 commit b7d741b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/chapters/subcommands/create.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,15 @@ bootstrapped release and a private (rfc1918) IP address.
This command will create a 11.3-RELEASE container assigning the 10.17.89.10 ip
address to the new system.

.. code-block:: shell
ishmael ~ # bastille create alcatraz 13.2-RELEASE 10.17.89.113/24
The above code will create a jail with a /24 mask. At the time of this documentation you
can only use CIDR notation, and not use a netmask 255.255.255.0 to accomplish this.


I recommend using private (rfc1918) ip address ranges for your container. These
ranges include:

Expand Down

0 comments on commit b7d741b

Please sign in to comment.