Skip to content

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
kaykayehnn committed Apr 17, 2023
1 parent 5c162d7 commit 9d65b78
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# Dockerfiles

This repo is a collection of Dockerfiles for various languages and technologies.
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.

### What you should know before using any of this
You can either copy-paste the Dockerfiles in your repo, or base your own Dockerfile on the pre-built images:

- Some configurations contain variables, which have to be set manually on a project-per-project basis. You can find them by [grepping](https://en.wikipedia.org/wiki/Grep) for `$`.
```Dockerfile
FROM ghcr.io/kaykayehnn/dockerfiles/net:main
...
```

0 comments on commit 9d65b78

Please sign in to comment.