Skip to content

update CLI readme and log client disconnection errors #20

update CLI readme and log client disconnection errors

update CLI readme and log client disconnection errors #20

Workflow file for this run

name: docker
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
container: hadolint/hadolint:latest-debian
steps:
- uses: actions/checkout@v2
- name: Lint
run: hadolint --ignore DL3008 docker/**/Dockerfile