remove lxc since setting it up seems to complicated on an LXC container
Some checks failed
/ test-docker (push) Successful in 9s
/ test-dind (push) Failing after 1m12s

maybe lxc vm can be considered if advantages present themselves
This commit is contained in:
Neshura 2023-11-16 16:29:22 +00:00
parent 2f58b4e164
commit ffa3bc8a8a

View file

@ -4,7 +4,7 @@ jobs:
runs-on: docker
steps:
- run: echo Docker works!
test-lxc:
runs-on: lxc
test-dind:
runs-on: dind
steps:
- run: echo LXC works!
- run: sudo docker run hello-world