Skip to content

Instantly share code, notes, and snippets.

@moxiegirl
Created June 23, 2015 23:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save moxiegirl/ec51b12e5e7bde8b54ae to your computer and use it in GitHub Desktop.
Save moxiegirl/ec51b12e5e7bde8b54ae to your computer and use it in GitHub Desktop.
for kenny
- [User guide](/compose/index)
- [User guide](/compose/index-dthing-ddd)
- [Command line reference](/compose/cli)
- [Yaml file reference](/compose/yml)
- [Compose environment variables](/compose/env)
- [Compose command line completion](/completion.md) ![Windows Architecture Diagram](/installation/images/win_docker_host.svg)
- [Compose command line completion](../../foobar/completion.md)
- [Compose command line completion](./beeboo/completion.md)
Go to [Using Docker Hub](/userguide/dockerhub).
Markdown (*.md) [*Mac OS X*](../installation/mac/#macosx)
[*Microsoft Windows*](../installation/windows/#windows)
[thingy](../../word.md)
See [Working with a
container](#working-with-a-container) for more details.
![Windows Architecture Diagram](/installation/images/win_docker_host.svg)
docker run -v /Users/mary/test:/tmp/test -i -t debian:jessie /bin/bash
find . -type f -name "*.md" -exec sed -i.old -e 's/\(\]\)\([(]\)\(\/\)/\1\2\/FOuND\//g' {} \;
find . -type f -name "*.md" -exec sed -i.old -e 's/\(\][(]\)\([A-z].*\)\(\.md\)/\1\/FOuND\/\2/g' {} \;
find . -type f -name "*.md" -exec sed -i.old -e 's/\([(]\)\(.*\)\(\.md\)/\1\2/g' {} \;
find . -type f -name "*.md" -exec sed -i.old -e 's/\(\][(]\)\([A-z].*\)\(\.md\)/\1\/FOuND\/\2/g' {} \;
find . -type f -name "*.md" -exec sed -i.old -e 's/\([(]\)\(.*\)\(\.md\)/\1\2/g' {} \;
find . -type f -name "*.md" -exec sed -i.old -e 's/\(\][(]\)\(\.\/\)/\1\/FOuND\//g' {} \;
find . -type f -name "*.md" -exec sed -i.old -e 's/\(\][(]\)\(\.\.\/\.\.\/\)/\1\/FOuND\//g' {} \;
find . -type f -name "*.md" -exec sed -i.old -e 's/\(\][(]\)\(\.\.\/\)/\1\/FOuND\//g' {} \;
\
-e 's/\(\][(]\)\(\.\.\/\.\.\/\)/\1\/FOuND\//g' \
-e 's/\(\][(]\)\(\.\.\/\)/\1\/FOuND\//g' {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment