]
Roland Grunberg closed ERT-311.
-------------------------------
Fix Version/s: Neon.1 (4.6)
Assignee: Roland Grunberg
Resolution: Done
Fixed upstream. Marking as closed.
Create Container progress dialog stuck on 100% [EBZ#496380]
-----------------------------------------------------------
Key: ERT-311
URL:
https://issues.jboss.org/browse/ERT-311
Project: Eclipse Release Train
Issue Type: Task
Components: Linux Tools
Reporter: Friendly Jira Robot
Assignee: Roland Grunberg
Labels: Docker, bzira
Fix For: Neon.1 (4.6)
Created attachment 262534
DB client settings
When I was trying to adapt guide on
https://hub.docker.com/_/mariadb/ for mariadb the
Progress bar is showing Create Container: (100%), but the container is running.
Steps to reproduce:
1. Create mariadb:
Adapt command ("docker run --name some-mariadb -e MYSQL_ROOT_PASSWORD=password -d
mariadb:tag") for "Run a Docker Image" wizard and run. The database should
be running without issues.
2. Connect to database with MySQL client:
Adapt command ("docker run -it --link some-mariadb:mysql --rm mariadb sh -c
'exec mysql -h*tcp address of running database* -P3306 -uroot -ppassword'")
for Docker Tooling in Docker Container settings and run. The client is running and you can
work with it, but progress bar still showing message: "Create Container:
(100%)".