Skip to content

Commit 5f83a39

Browse files
committed
Update README.md
Make README more friendly on Docker Hub (this sucks).
1 parent 67fd00b commit 5f83a39

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ Docker Funbox
33

44
[Docker](https://docs.docker.com/installation/) container with fun geeky terminal commands and ASCII art.
55

6-
Featuring
7-
---------
6+
### Featuring
87

98
In alphabetic order:
109

@@ -31,7 +30,7 @@ In alphabetic order:
3130
* [XaoS](https://en.wikipedia.org/wiki/XaoS)
3231

3332

34-
### Basic usage
33+
#### Basic usage
3534

3635
$ docker run --rm -it wernight/funbox
3736
_ _ _ ____ _
@@ -71,7 +70,7 @@ In alphabetic order:
7170
22) `fortune` - Random fortune cookie message
7271

7372

74-
### Some Examples
73+
#### Some Examples
7574

7675
$ docker run --rm -it wernight/funbox nyancat
7776

@@ -98,7 +97,7 @@ You can also watch YouTube videos from the console thanks to the `youtube` alias
9897
$ docker run --rm -it wernight/funbox youtube 'https://www.youtube.com/watch?v=bMljuVqqmVU'
9998

10099

101-
### Security and mounting volumes
100+
#### Security and mounting volumes
102101

103102
For security, all tools run as non-root user with uid `666`. So to access mounted volumes (images or media) do one of the following from within your Docker host:
104103

@@ -112,8 +111,7 @@ Example:
112111
$ docker run --rm -it -v $PWD/my-image.png:/my-image.png:ro wernight/funbox metapixel /my-image.png
113112

114113

115-
See also
116-
--------
114+
### See also
117115

118116
* [20 amusing Linux commands to have fun with the terminal](http://www.binarytides.com/linux-fun-commands/)
119117
* [mewbies.com Fun On The Terminal - Index](http://mewbies.com/acute_terminal_fun_table_of_contents.htm)

0 commit comments

Comments
 (0)