Skip to content

Instantly share code, notes, and snippets.

@dhrp
Created June 8, 2013 02:15
Show Gist options
  • Star 12 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dhrp/5733652 to your computer and use it in GitHub Desktop.
Save dhrp/5733652 to your computer and use it in GitHub Desktop.
this is the docker ascii logo
Docker logo
## .
## ## ## ==
## ## ## ## ===
/""""""""""""""""\___/ ===
~~~ {~~ ~~~~ ~~~ ~~~~ ~~ ~ / ===- ~~~
\______ o __/
\ \ __/
\____\______/
| |
__ | __ __ | _ __ _
/ \| / \ / |/ / _\ |
\__/| \__/ \__ |\_ \__ |
logo with \ characters escaped
term.echo(' ## . ');
term.echo(' ## ## ## == ');
term.echo(' ## ## ## ## === ');
term.echo(' /""""""""""""""""\\\___/ === ');
term.echo(' ~~~ {~~ ~~~~ ~~~ ~~~~ ~~ ~ / ===- ~~~ ');
term.echo(' \\\______ o __/ ');
term.echo(' \\\ \\\ __/ ');
term.echo(' \\\____\\\______/ ');
term.echo(' ');
term.echo(' | | ');
term.echo(' __ | __ __ | _ __ _ ');
term.echo(' / \\\| / \\\ / |/ / _\\\ | ');
term.echo(' \\\__/| \\\__/ \\\__ |\\\_ \\\__ | ');
term.echo(' ');
```
@Itja
Copy link

Itja commented Aug 18, 2017

Note: Do not use this. The fixed version with the accurate number of containers can be found here

@ivanrodri
Copy link

nice

@wiliamDev
Copy link

Que bien, gracias!!

@JRBARROZ
Copy link

Obrigado!!!

@enchance
Copy link

Nice

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment