appdynamics-docker-images icon indicating copy to clipboard operation
appdynamics-docker-images copied to clipboard

unzip does not work

Open rufengxu opened this issue 7 years ago • 1 comments

unzip is not available on docker. Is this an alternative ?

rufengxu avatar Dec 20 '18 20:12 rufengxu

We can use jar -xvf command instead. This unzips the file at the current directory. If you want it to unzip somewhere else, then you need to cd to that directory, then run this command.

rufengxu avatar Dec 21 '18 16:12 rufengxu