Skip to content
This repository has been archived by the owner on Jul 25, 2024. It is now read-only.

Latest commit

 

History

History
22 lines (16 loc) · 529 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 529 Bytes

Development Environment

Provides a developer friendly environment using kherge/ubuntu-server:21.04 as the base image.

Usage

FROM kherge/dev:<VERSION>

The VERSION may be latest or any of the Git tags available.

Features

  • Based on Ubuntu Server 21.04 LTS.
    • Containers run until manually stopped.
  • Uses non-root user for regular access.
    • Includes sudo access.
    • Bundles sh.env for easier environment setup.