Implemented the GET /images endpoint with corresponding params #20
|
@ -5,6 +5,8 @@ jobs:
|
||||||
unit-test:
|
unit-test:
|
||||||
container:
|
container:
|
||||||
image: docker:dind
|
image: docker:dind
|
||||||
|
volumes:
|
||||||
|
- /var/lib/docker:/var/lib/docker
|
||||||
steps:
|
steps:
|
||||||
- name: Starting docker daemon
|
- name: Starting docker daemon
|
||||||
run: docker-init -- dockerd --host=unix:///var/run/docker.sock &
|
run: docker-init -- dockerd --host=unix:///var/run/docker.sock &
|
||||||
|
|
Loading…
Reference in New Issue