/bin/bash in ubuntu:latest where strace is installed
229
Dockerfile:
FROM ubuntu:latest
MAINTAINER Fani Dimou [email protected]
RUN apt-get -y update && apt-get install -y strace
ENTRYPOINT /bin/bash
Content type
Image
Digest
Size
48.5 MB
Last updated
over 7 years ago
docker pull fani/strace-ubuntu