Skip to content

Latest commit

 

History

History
38 lines (33 loc) · 769 Bytes

README.md

File metadata and controls

38 lines (33 loc) · 769 Bytes

Docker image base (version v1)

This is the base image of all other images.

Features

  • installs sudo, make, git
  • creates user developer
  • adds developer to sudoers

Makefile

  • make help
    • show Makefile options
  • make all
    • build image & run container
  • make build
    • build image
  • make run
    • run container
  • make clean
    • delete volumes
  • make distclean
    • delete image

Image arguments

  • UID
    • sets uid of developer
  • GID
    • sets gid of developer

See the Dockerfile or Makefile for more information