Skip to content

docs: update README.md, add screenshot #5

docs: update README.md, add screenshot

docs: update README.md, add screenshot #5

Workflow file for this run

on: push
name: make test
jobs:
maketest:
name: make test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: make test
run: DOCKER_API_VERSION=1.39 make dind dtest
shell: bash