brettroyer / regexr-docker

Dockerfile for regexr

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-regexr

Unofficial docker build of the regexr node app. Uses ubuntu:latest docker image. I know this probably can be done more efficiently but I couldn't get gufertum or winkelchri docker images to work.

Makefile

* Edit first four lines variables.
make build  - Builds container using Dockerfile
make run - Creates temp container - removes when exited.
make sh - open shell command on configured container
make bash - open bash command on configured container
make removeall - remove configured container and image
make tag - tag :latest to image

Credit Links

Help in creating docker file (Reference Only)

About

Dockerfile for regexr


Languages

Language:Dockerfile 60.7%Language:Makefile 39.3%