Skip to content

error:mount rootfs failed exec init.sh failed failed to execute command(cd /var/lib/sealer/data/my-cluster/rootfs && chmod +x scripts/* && cd scripts && bash init.sh /var/lib/docker sea.hub 5000) on host(192.168.22.92): error(exit status 1) #1140

error:mount rootfs failed exec init.sh failed failed to execute command(cd /var/lib/sealer/data/my-cluster/rootfs && chmod +x scripts/* && cd scripts && bash init.sh /var/lib/docker sea.hub 5000) on host(192.168.22.92): error(exit status 1)

error:mount rootfs failed exec init.sh failed failed to execute command(cd /var/lib/sealer/data/my-cluster/rootfs && chmod +x scripts/* && cd scripts && bash init.sh /var/lib/docker sea.hub 5000) on host(192.168.22.92): error(exit status 1) #1140

Workflow file for this run

name: Reply dev-quickstart label
on:
issues:
types:
- labeled
jobs:
add-comment:
if: github.event.label.name == 'dev-quickstart'
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- name: Reply dev-quickstart label
uses: peter-evans/create-or-update-comment@v1
with:
issue-number: ${{ github.event.issue.number }}
body: |
If you want to develop this feature, please reply to this issue first and we will assign the task to you.
[contributing guide](https://github.com/sealerio/sealer/blob/main/CONTRIBUTING.md)