We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09defa6 commit add9786Copy full SHA for add9786
docker/utils/utils.py
@@ -715,7 +715,7 @@ def create_container_config(
715
'Hostname': hostname,
716
'Domainname': domainname,
717
'ExposedPorts': ports,
718
- 'User': '{0}'.format(user) if user else None,
+ 'User': six.text_type(user) if user else None,
719
'Tty': tty,
720
'OpenStdin': stdin_open,
721
'StdinOnce': stdin_once,
0 commit comments