Compare commits
2 commits
29d439e82a
...
d90f68ce1a
Author | SHA1 | Date | |
---|---|---|---|
d90f68ce1a | |||
f3f51b165a |
1 changed files with 2 additions and 4 deletions
|
@ -58,10 +58,8 @@ class ImageApi:
|
|||
)
|
||||
|
||||
def drun(self, name: str):
|
||||
run(
|
||||
f'docker run -it --entrypoint="" {name} /bin/bash',
|
||||
shell=True,
|
||||
check=True,
|
||||
self.execution_api.execute(
|
||||
f'docker run -it --entrypoint="" {name} /bin/bash'
|
||||
)
|
||||
|
||||
def dockerhub_login(self, username: str, password: str):
|
||||
|
|
Loading…
Reference in a new issue