Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 360 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 360 Bytes

Dockerfiles

This repo is a collection of Dockerfiles for various languages and technologies. The images aim to provide a plug-and-play environment for using in your own projects.

You can either copy-paste the Dockerfiles in your repo, or base your own Dockerfile on the pre-built images:

FROM ghcr.io/kaykayehnn/dockerfiles/net:main
...