Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
josecelano committed Nov 30, 2021
1 parent e7ed337 commit 1ea673f
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,28 @@

Base docker image for the [Librarian](https://github.com/Nautilus-Cyberneering/librarian) console app.

## Linting
## Lint

We are using GitHub Action [super-linter](https://github.com/marketplace/actions/super-linter). If you want to check the `Dockerfile` linting before pushing you can do it with:

```shell
docker run --rm -i hadolint/hadolint < Dockerfile
```

## Run

From dockerhub:

```shell
docker run --rm -i nautiluscyberneering/librarian-system-dockerfile dvc --version
```

From GitHub packages:

```shell
docker run --rm -i ghcr.io/nautilus-cyberneering/librarian-system-dockerfile dvc --version
```

## Links

- [Working with the GitHub Container registry](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry)

0 comments on commit 1ea673f

Please sign in to comment.