Skip to content

Commit

Permalink
resolving to use /24 in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Barry McCormick committed Nov 1, 2023
1 parent 0a93940 commit 1e849d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/chapters/subcommands/create.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ address to the new system.

.. code-block:: shell
ishmael ~ # bastille create alcatraz 13.2-RELEASE 10.17.89.113/27
ishmael ~ # bastille create alcatraz 13.2-RELEASE 10.17.89.113/24
The above code will create a jail with a /27 mask. At the time of this documentation you
can only use CIDR notation, and not use a netmask 255.255.255.224 to accomplish this.
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
Expand Down

0 comments on commit 1e849d4

Please sign in to comment.