Skip to content

Commit

Permalink
Update docker_wrapper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
craig8 authored Jun 17, 2020
1 parent 6289061 commit 2559ebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion volttrontesting/fixtures/docker_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def create_container(image_name: str, ports: dict = None, env: dict = None, comm
:param image_name: The image name (from dockerhub) that is to be instantiated
:param ports:
a dictionary following the convention {'portincontainre/protocoll': portonhost}
a dictionary following the convention {'portincontainre/protocol': portonhost}
::
# example port exposing mysql's known port.
Expand Down

0 comments on commit 2559ebe

Please sign in to comment.