Skip to content

Commit

Permalink
Updating the docker container prompt (#326)
Browse files Browse the repository at this point in the history
  • Loading branch information
wikumChamith authored Jan 15, 2025
1 parent eabdcbd commit d732d7f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -905,7 +905,7 @@ public void promptForDockerizedDb(Server server, DockerHelper dockerHelper, Stri
promptForDockerHostIfMissing(dockerHelper, dockerHost);

String containerId = prompt(
"Please specify your container id/name/label (you can get it using command `docker ps -a`)");
"Please specify your container id/name/label (you can get it using command `docker ps -a --no-trunc`)");
String username = prompt("Please specify DB username");
String password = promptForPassword("Please specify DB password");

Expand Down

0 comments on commit d732d7f

Please sign in to comment.