init
This commit is contained in:
commit
1deee3d43a
10 changed files with 95 additions and 0 deletions
18
README.md
Normal file
18
README.md
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
# baseimage
|
||||
|
||||
Basically a docker baseimage as a base for basic needs.
|
||||
|
||||
Use this! Don't use something else.
|
||||
|
||||
## Usage
|
||||
|
||||
```
|
||||
FROM dr.dnix.de/baseimage
|
||||
|
||||
...
|
||||
...
|
||||
... your Dockerfile shit here
|
||||
```
|
||||
|
||||
Put a `run` (or whatever you want to call it) script oder executyble inside of /etc/my_init/, which is your entrypoint to do things.
|
||||
You can put multiple scripts there.
|
||||
Loading…
Add table
Add a link
Reference in a new issue