Skip to content

This repository contains a relatively simple Dockerfile to build a small but practical docker container containing the Sentinel framework.

Notifications You must be signed in to change notification settings

survivorbat/sentinel-scratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sentinel Image

Docker Pulls

This repository contains a relatively simple Dockerfile to build a small but practical docker container containing the Sentinel framework.

Prerequisites

You'll need Docker installed to use this image. In case you wish to work on developing this image further, it's advisable to also have Make installed to utilise the Makefile.

Getting started

Using this image is as simple as running docker run -it --rm -v $(pwd)/app survivorbat/sentinel-scratch <command>. A few examples:

  • docker run -it --rm -v $(pwd)/app survivorbat/sentinel-scratch test /app/tests/
  • docker run -it --rm -v $(pwd)/app survivorbat/sentinel-scratch fmt /app/tests/

Development

This image can be build locally using make build.

About

This repository contains a relatively simple Dockerfile to build a small but practical docker container containing the Sentinel framework.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published