Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/casperklein/docker-template
https://github.com/casperklein/docker-template
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/casperklein/docker-template
- Owner: casperklein
- Created: 2019-09-04T23:37:05.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-23T17:02:33.000Z (4 months ago)
- Last Synced: 2024-07-23T19:59:26.085Z (4 months ago)
- Language: Dockerfile
- Size: 43.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Headline1
See [Markdown-Cheatsheet][cheatsheet] for more information.
WYSIWYG: [editor.md](https://pandao.github.io/editor.md/examples/simple.html)
[Github Test](https://github.com/casperklein/test/edit/master/README.md)
## Code
```bash
`some code (one liner)`
``````bash
#!/bin/bash
some
lines of
code
```
or```bash
4 spaces at the begining for a codeblock.
```1. foo
8 spaces for a codeblock in a listing
1. bar
## List
1. one
1. two
1. three
* dot 1
* dot 2
1. six## Emphasis
Markdown applications don’t agree on how to handle underscores in the middle of a word. For compatibility, use asterisks to bold and italicize the middle of a word for emphasis.
**Don't do this:** `Love__is__bold`
**Do this:** `Love**is**bold`
Italics with *asterisks* or _underscores_.
Bold with **asterisks** or __underscores__.
Italics and bold combined with **asterisks and *underscores***.
Strikethrough uses two tildes. ~~Scratch this.~~
## Images
![image attribut alt](https://github.com/netbox-community/netbox/raw/develop/docs/media/screenshots/home-light.png "img attribut title")
![foobar][netbox]
[netbox]: https://github.com/netbox-community/netbox/raw/develop/docs/media/screenshots/home-light.png "img attribute title"
[cheatsheet]: https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet