readme
This commit is contained in:
parent
642528122e
commit
bc39f6acf6
16
README.md
16
README.md
@ -41,28 +41,41 @@ After the playbook completes successfully:
|
||||
```
|
||||
|
||||
2. **Initialize Incus:**
|
||||
|
||||
Run the interactive initialization and follow the prompts to configure storage pools, networks, and other settings.
|
||||
|
||||
```bash
|
||||
incus admin init
|
||||
```
|
||||
|
||||
3. **Verify Setup:** You can test the installation by running.
|
||||
3. **Verify Setup:**
|
||||
|
||||
You can test the installation by running.
|
||||
|
||||
```bash
|
||||
incus list
|
||||
```
|
||||
|
||||
4. **Access the Incus Web UI:**
|
||||
|
||||
Ensure Incus is listening on the network:
|
||||
|
||||
```bash
|
||||
incus config set core.https_address :8443
|
||||
|
||||
```
|
||||
|
||||
Then, access the Web UI at:
|
||||
|
||||
```bash
|
||||
https://localhost:8443
|
||||
|
||||
```
|
||||
|
||||
Follow the self-signed certificate when prompted.
|
||||
|
||||
5. **Setup Firewall for ufw (Optional: only if you are using ufw):**
|
||||
|
||||
Ensure Incus is listening on the network:
|
||||
|
||||
```bash
|
||||
@ -72,6 +85,7 @@ After the playbook completes successfully:
|
||||
```
|
||||
|
||||
5. **Incus Network - Access Containers by Name (Optional):**
|
||||
|
||||
Configuring name-to-IP resolution so the host OS can reach Incus containers using their names.
|
||||
|
||||
```bash
|
||||
|
Loading…
x
Reference in New Issue
Block a user