remove lxc since setting it up seems to complicated on an LXC container
maybe lxc vm can be considered if advantages present themselves
This commit is contained in:
parent
2f58b4e164
commit
ffa3bc8a8a
1 changed files with 3 additions and 3 deletions
|
@ -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
|
Loading…
Reference in a new issue