From e713d8ab840497079f5c0634dfadf3d665ac477b Mon Sep 17 00:00:00 2001 From: Dylan Zuniga Date: Mon, 14 Feb 2022 21:25:52 +0000 Subject: [PATCH] Adds documentation for Docker --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index c691e31..c30ea40 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,22 @@ For "bleeding edge" changes, check out the `dev` branch. python setup.py install ``` +#### Docker + +Docker support is available through the `dev` branch + +1. Run the following command to build the image. Specify the image name and tag: + +```bash +docker build -t : . +``` + +2. Run the following command to create and start the image. Include `bash` to use an interactive shell + +```bash +docker run -it --rm -v $(pwd):/ : [bash] +``` + ### Install from PyPi ```bash pip install tfrecorder