Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
thombashi committed Jun 5, 2021
1 parent ec37800 commit 87b801b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
5 changes: 4 additions & 1 deletion docs/pages/usage/tcdel/tcdel_help_output.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,10 @@
IPv4.

Docker:
--docker apply traffic control to a docker container.
--docker apply traffic control to a docker container. to use
this option, you will need to specify a container id
as 'device' as follows: tcset --container <container
id>
--src-container SRC_CONTAINER
specify source container id or name.
--dst-container DST_CONTAINER
Expand Down
5 changes: 4 additions & 1 deletion docs/pages/usage/tcset/tcset_help_output.txt
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,10 @@
exclude a specific source port from a shaping rule.

Docker:
--docker apply traffic control to a docker container.
--docker apply traffic control to a docker container. to use
this option, you will need to specify a container id
as 'device' as follows: tcset --container <container
id>
--src-container SRC_CONTAINER
specify source container id or name.
--dst-container DST_CONTAINER
Expand Down
5 changes: 4 additions & 1 deletion docs/pages/usage/tcshow/tcshow_help_output.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,10 @@
shaping rules.

Docker:
--docker apply traffic control to a docker container.
--docker apply traffic control to a docker container. to use
this option, you will need to specify a container id
as 'device' as follows: tcset --container <container
id>

Documentation: https://tcconfig.rtfd.io/
Issue tracker: https://github.com/thombashi/tcconfig/issues

0 comments on commit 87b801b

Please sign in to comment.