cn007b / docker-ubuntu

This repo contains ubuntu docker images tailored for development purposes (git, curl, etc).

Home Page:https://hub.docker.com/r/cn007b/ubuntu/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ubuntu for DEVELOPMENT.

Docker Image CI Docker Automated build Docker Pulls

This image contains pre-installed tools helpful for development purposes.

List of installed tools:

  • vim, mc, tree, screen,

  • git, colordiff,

  • curl, wget, telnet, ftp,

  • zip, unzip,

  • make,

  • uuid, jq,

  • docker, awscli,

  • apache bench,

  • dstat, sysstat,

  • and more.

Usage:

docker run -ti --rm -v $PWD:/app -w /app cn007b/ubuntu sh -c 'echo ok'

# or
docker run -ti --rm -v $PWD:/app -w /app cn007b/ubuntu /bin/bash

About

This repo contains ubuntu docker images tailored for development purposes (git, curl, etc).

https://hub.docker.com/r/cn007b/ubuntu/

License:MIT License


Languages

Language:Dockerfile 100.0%