get rid of containers.md (now part of README.md)

This commit is contained in:
Sunshine 2021-03-11 22:27:44 -10:00
parent 6ecda080e8
commit c7ee3ec6e2
No known key found for this signature in database
GPG Key ID: B80CA68703CD8AB1
1 changed files with 0 additions and 15 deletions

View File

@ -1,15 +0,0 @@
1. Run `docker build -t y2z/monolith .` to create a Docker image
2. Create a file named `monolith` which contains:
```sh
#!/bin/sh
docker run --rm \
y2z/monolith \
monolith \
"$@"
```
3. Make the file executable (`chmod +x monolith`) and include it into your `$PATH`
4. Now you should be able to run a containerized build of monolith like this:
`monolith -I https://github.com > document.html`