Skip to content

Commit

Permalink
readme: add FAQ on docker-compose
Browse files Browse the repository at this point in the history
- fixes #771
  • Loading branch information
casperdcl committed Jul 19, 2020
1 parent 990528f commit f115558
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .meta/.readme.rst
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,8 @@ of a neat one-line progress bar.
- `Hanging pipes in python2 <https://github.com/tqdm/tqdm/issues/359>`__:
when using ``tqdm`` on the CLI, you may need to use Python 3.5+ for correct
buffering.
- `No intermediate output in docker-compose <https://github.com/tqdm/tqdm/issues/771>`__:
use ``docker-compose run`` instead of ``docker-compose up`` and ``tty: true``.

If you come across any other difficulties, browse and file |GitHub-Issues|.

Expand Down
2 changes: 2 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,8 @@ of a neat one-line progress bar.
- `Hanging pipes in python2 <https://github.com/tqdm/tqdm/issues/359>`__:
when using ``tqdm`` on the CLI, you may need to use Python 3.5+ for correct
buffering.
- `No intermediate output in docker-compose <https://github.com/tqdm/tqdm/issues/771>`__:
use ``docker-compose run`` instead of ``docker-compose up`` and ``tty: true``.

If you come across any other difficulties, browse and file |GitHub-Issues|.

Expand Down

0 comments on commit f115558

Please sign in to comment.