boot2docker - Docker in debugging mode -


i have flume, hdfs container running in boot2docker. have java code under /c/users/ directory automatically mounted boot2docker[according docs].

i copied required jars running container instead mounting volume using -v flag. want debug code inside running container.

how achieve this? need mount , run container debug mode? how this? if steps or example, helpful

any suggestions?

use docker exec -ti container /bin/bash open terminal in container, check dock https://docs.docker.com/reference/commandline/cli/#exec


Comments

Popular posts from this blog

node.js - How to mock a third-party api calls in the backend -

node.js - Why do I get "SOCKS connection failed. Connection not allowed by ruleset" for some .onion sites? -

matlab - 0-by-1 sym - What do I need to change in order to get proper symbolic results? -