1
1
Fork 1
sovereign-stack/deployment/show.sh

13 lines
200 B
Bash
Raw Normal View History

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-18 22:18:21 +00:00
lxc storage volume list ss-base
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