Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CIDR documentation on create command #615

Merged
merged 2 commits into from
Nov 1, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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/27
bmac2 marked this conversation as resolved.
Show resolved Hide resolved


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.


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

Expand Down