/D-essentials

Docker image essentials

Primary LanguageMakefileMIT LicenseMIT

Dockerfile : Debian - Essentials

Docker Pulls

Dockerfile of Debian essentials:

  • vim
  • curl
  • git
  • wget

Requirements

Base Docker Image

Docker Pull Command

  • docker pull giordan/D-essentials

Usage

Build the image.

$ make

Run the interactive container.

$ make run

*See the Makefile for more options.