Skip to content

Commit

Permalink
Remove dcpatched and hack for kill as docker compose work correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienbeau committed Oct 14, 2024
1 parent 1c986e6 commit 9946aaa
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 49 deletions.
2 changes: 0 additions & 2 deletions docky/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,3 @@
from . import cmd
from . import common
from .main import Docky
# TODO: Check the command 'docky open'
# from . import dcpatched
1 change: 0 additions & 1 deletion docky/cmd/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@
from . import base
from . import forward
from . import run_open
from . import kill
4 changes: 4 additions & 0 deletions docky/cmd/forward.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ class DockyPs(DockyForward):
"""List containers"""
_cmd = "ps"

@Docky.subcommand("kill")
class DockyKill(DockyForward):
"""List containers"""
_cmd = "kill"

@Docky.subcommand("logs")
class DockyLogs(DockyForward):
Expand Down
15 changes: 0 additions & 15 deletions docky/cmd/kill.py

This file was deleted.

31 changes: 0 additions & 31 deletions docky/dcpatched.py

This file was deleted.

0 comments on commit 9946aaa

Please sign in to comment.