mirror of
https://github.com/hackacad/bastille.git
synced 2025-12-20 09:10:15 +01:00
s/markdown/rst/ - oops
This commit is contained in:
@@ -14,14 +14,17 @@ To install from the FreeBSD package repository:
|
|||||||
|
|
||||||
PKG
|
PKG
|
||||||
---
|
---
|
||||||
```shell
|
|
||||||
pkg install bastille
|
.. code-block:: shell
|
||||||
```
|
|
||||||
|
pkg install bastille
|
||||||
|
|
||||||
|
|
||||||
To install from source (don't worry, no compiling):
|
To install from source (don't worry, no compiling):
|
||||||
|
|
||||||
ports
|
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
|
Bastille allows you to define the interface you want the IP attached to when
|
||||||
you create it. An example:
|
you create it. An example:
|
||||||
|
|
||||||
```shell
|
.. code-block:: shell
|
||||||
bastille create alcatraz 12.1-RELEASE 192.168.1.50 em0
|
|
||||||
```
|
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
|
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
|
alias to the `em0` interface. It will then simply be another member of the
|
||||||
|
|||||||
Reference in New Issue
Block a user