2022-08-24 14:11:50 +00:00
|
|
|
#!/bin/bash
|
|
|
|
|
2023-03-09 20:36:30 +00:00
|
|
|
echo "LXD REMOTE: $(lxc remote get-default)"
|
|
|
|
|
|
|
|
lxc project list
|
|
|
|
|
2023-02-01 19:44:05 +00:00
|
|
|
lxc storage list
|
2023-03-09 14:58:56 +00:00
|
|
|
lxc image list
|
2023-02-01 19:44:05 +00:00
|
|
|
lxc project list
|
2023-03-09 14:58:56 +00:00
|
|
|
lxc network list
|
|
|
|
lxc profile list
|
|
|
|
lxc list
|