Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pip install dockerpty

Dependencies:

* docker-py>=0.3.2
* docker>=4

However, this library does not explicitly declare this dependency in PyPi for a
number of reasons. It is assumed you have it installed.
Expand All @@ -32,7 +32,7 @@ This obviously only works when run in a terminal.
import docker
import dockerpty

client = docker.Client()
client = docker.APIClient()
container = client.create_container(
image='busybox:latest',
stdin_open=True,
Expand Down