GitXplorerGitXplorer
m

docker-ripgrep

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Verified
4c7f4818996b5eee424102e68f91d46dfa7a71d7

Feat: correct usage of ENTRYPOINT and CMD

mmbologna committed 4 years ago
Unverified
bb9f7ac973840716154c1502ccc1c8561b8a5c1b

Initial version

mmbologna committed 5 years ago

README

The README file for this repository.

ripgrep Dockerfile

This repository contains Dockerfile of ripgrep, for Docker's automated build published to the public Docker Hub Registry.

Base Docker image

  • rust:1.38-slim

Usage

  • Identify the path containing the code you want to ripgrep

  • Launch the container by supplying the path as a volume in read only mode and the pattern to search for:

      % docker run -v `pwd`:/data:ro mbologna/docker-ripgrep rg -i bologna
      README.md:[This repository](https://github.com/mbologna/docker-ripgrep/) contains **Dockerfile** of [*ripgrep*](https://github.com/BurntSushi/ripgrep), for [Docker](https://www.docker.com/)'s [automated build](https://registry.hub.docker.com/u/mbologna/docker-ripgrep/) published to the public [Docker Hub Registry](https://registry.hub.docker.com/).
      README.md:        % docker run -v `pwd`:/data:ro mbologna/docker-ripgrep rg -i bologna
      README.md:        README.md:[This repository](https://github.com/mbologna/docker-ripgrep/) contains **Dockerfile** of [*ripgrep*](https://github.com/BurntSushi/ripgrep), for [Docker](https://www.docker.com/)'s [automated build](https://registry.hub.docker.com/u/mbologna/docker-ripgrep/) published to the public [Docker Hub Registry](https://registry.hub.docker.com/).
      README.md:        README.md:        % docker run -v ~/Development/docker-ripgrep:/data:ro mbologna/docker-ripgrep rg -L -c
      README.md:        Dockerfile:LABEL maintainer="Michele Bologna <mb@michelebologna.net>"
      README.md:        LICENSE:Copyright (c) 2019 Michele Bologna
      LICENSE:Copyright (c) 2019 Michele Bologna
      Dockerfile:LABEL maintainer="Michele Bologna <mb@michelebologna.net>"