5.2.2 Docker exec commandThe docker exec command runs a shell command inside the container, which can be used to log into the container environment, for example, to set up a command window inside the docker db2 container as illustrated in Figure 5.4:docker exec -it mydb2 bashsu – db2inst1db2licm -l Figure 5.4: The docker exec -it […]