Defects
Update Docker plugin to be compatible with newest Docker cli api
ID: | D26725 | |
Published: | 13 August 2019 |
Defect Id
DEF333198
Originally Reported Against
Deployment Automation 6.2.2
Resolved In
Deployment Automation 6.3
Status
Implemented
Description
Using the docker plugin it is possible to see output similar to the following:
Running the following command:
docker run --name="hello-world" hello-world
Command output:
Error output:
docker: Error response from daemon: Invalid container name ("hello-world"), only [a-zA-Z0-9][a-zA-Z0-9_.-] are allowed.
See 'docker run --help'. :
docker run --name="hello-world" hello-world
Command output:
Error output:
docker: Error response from daemon: Invalid container name ("hello-world"), only [a-zA-Z0-9][a-zA-Z0-9_.-] are allowed.
See 'docker run --help'. :
This is caused by Docker changing their cli api