Skip to content

atareao/docker-linux-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Linux Tools

This repository contains a Dockerfile to build a Linux image based on Alpine 3.23 with a set of useful tools for development and system administration.

Tools Included

The image includes the following tools:

  • curl: A command-line tool for transferring data with URLs.
  • bat: A cat(1) clone with syntax highlighting and Git integration.
  • neovim: A modern, highly extensible Vim-based text editor.
  • ripgrep: A line-oriented search tool that recursively searches the current directory for a regex pattern.
  • fd: A simple, fast and user-friendly alternative to 'find'.
  • sd: An intuitive find and replace CLI.
  • rnr: A command-line tool to rename files and directories.
  • lsd: A modern ls command with a lot of pretty colors and awesome icons.

Build

To build the Docker image, run the following command in the root of the repository:

docker build -t linux-tools .

Usage

To use the tools, you can run a container and get an interactive shell:

docker run -it --rm linux-tools sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published