mirror of
https://github.com/BastilleBSD/bastille.git
synced 2025-12-11 09:29:55 +01:00
s/markdown/rst/ - oops
This commit is contained in:
@@ -14,14 +14,17 @@ To install from the FreeBSD package repository:
|
||||
|
||||
PKG
|
||||
---
|
||||
```shell
|
||||
pkg install bastille
|
||||
```
|
||||
|
||||
.. code-block:: shell
|
||||
|
||||
pkg install bastille
|
||||
|
||||
|
||||
To install from source (don't worry, no compiling):
|
||||
|
||||
ports
|
||||
-----
|
||||
```shell
|
||||
make -C /usr/ports/sysutils/bastille install clean
|
||||
```
|
||||
|
||||
.. code-block:: shell
|
||||
|
||||
make -C /usr/ports/sysutils/bastille install clean
|
||||
|
||||
@@ -31,9 +31,9 @@ IP addresses is no problem.
|
||||
Bastille allows you to define the interface you want the IP attached to when
|
||||
you create it. An example:
|
||||
|
||||
```shell
|
||||
bastille create alcatraz 12.1-RELEASE 192.168.1.50 em0
|
||||
```
|
||||
.. code-block:: shell
|
||||
|
||||
bastille create alcatraz 12.1-RELEASE 192.168.1.50 em0
|
||||
|
||||
When the `alcatraz` container is started it will add `192.168.1.60` as an IP
|
||||
alias to the `em0` interface. It will then simply be another member of the
|
||||
|
||||
Reference in New Issue
Block a user