20 lines
331 B
Markdown
20 lines
331 B
Markdown
# Setup
|
|
|
|
```bash
|
|
git clone https://git.limbosolutions.com/limbosolutions.com/git.limbosolutions.com
|
|
cd git.limbosolutions.com
|
|
chmod +x /scripts
|
|
./scripts/setup-lxc.sh
|
|
```
|
|
Setup using portainer [docker compose](docker/docker-compose.yaml).
|
|
|
|
|
|
|
|
# Remove
|
|
|
|
```bash
|
|
lxc exec $containername -- bash -c "docker rm portainer --force"
|
|
```
|
|
|
|
|