You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-7Lines changed: 5 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,7 @@ Docker Funbox
3
3
4
4
[Docker](https://docs.docker.com/installation/) container with fun geeky terminal commands and ASCII art.
5
5
6
-
Featuring
7
-
---------
6
+
### Featuring
8
7
9
8
In alphabetic order:
10
9
@@ -31,7 +30,7 @@ In alphabetic order:
31
30
*[XaoS](https://en.wikipedia.org/wiki/XaoS)
32
31
33
32
34
-
### Basic usage
33
+
####Basic usage
35
34
36
35
$ docker run --rm -it wernight/funbox
37
36
_ _ _ ____ _
@@ -71,7 +70,7 @@ In alphabetic order:
71
70
22) `fortune` - Random fortune cookie message
72
71
73
72
74
-
### Some Examples
73
+
####Some Examples
75
74
76
75
$ docker run --rm -it wernight/funbox nyancat
77
76
@@ -98,7 +97,7 @@ You can also watch YouTube videos from the console thanks to the `youtube` alias
98
97
$ docker run --rm -it wernight/funbox youtube 'https://www.youtube.com/watch?v=bMljuVqqmVU'
99
98
100
99
101
-
### Security and mounting volumes
100
+
####Security and mounting volumes
102
101
103
102
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:
104
103
@@ -112,8 +111,7 @@ Example:
112
111
$ docker run --rm -it -v $PWD/my-image.png:/my-image.png:ro wernight/funbox metapixel /my-image.png
113
112
114
113
115
-
See also
116
-
--------
114
+
### See also
117
115
118
116
*[20 amusing Linux commands to have fun with the terminal](http://www.binarytides.com/linux-fun-commands/)
119
117
*[mewbies.com Fun On The Terminal - Index](http://mewbies.com/acute_terminal_fun_table_of_contents.htm)
0 commit comments