Skip to content

Commit

Permalink
center gif
Browse files Browse the repository at this point in the history
  • Loading branch information
segersniels committed Feb 8, 2018
1 parent a109514 commit 0cdddfe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ alias docker="supdock"
Repetitive use of `docker ps`, `docker logs`, `docker stop` and `docker rmi` when troubleshooting complex container setups can get chaotic. Supdock aims to optimize and speed up your workflow using docker.

<p align="center">
<img src="./img/usage.gif">
<img src="./img/usage.gif" width="450">

## Known issues
Passing flags to `supdock` (eg. `supdock rm -f foo`) when using one of the custom commands can result in an unknown option error. This is because [`commander.js`](https://www.npmjs.com/package/commander) interferes with it and doesn't know it. These custom flags have to be added to the tool manually. So if you encounter a flag you wish to use, feel free to post an issue so I can add it.
Expand Down
Binary file modified img/usage.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0cdddfe

Please sign in to comment.