Skip to content
This repository has been archived by the owner on Dec 12, 2018. It is now read-only.

Commit

Permalink
Dockerfile -> e.Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
aidanharris committed Dec 10, 2018
1 parent 09efd47 commit a1c202b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions e.Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
FROM busybox

RUN seq 1 10000 | while read -r e; do echo -ne 'e'; done; echo e;

CMD strings /dev/urandom | grep -oE 'e' | tr -d '\n'

0 comments on commit a1c202b

Please sign in to comment.