Replicated command execution environment
100K+
FROM ubuntu:trusty
# Install.
RUN apt-get update && apt-get install -y \
openssl \
curl
ADD ./root/commands /root/commands
# Set environment variables.
ENV HOME /root
# Define working directory.
WORKDIR /root
# Define default command.
CMD ["bash"]
Content type
Image
Digest
sha256:495e4b580…
Size
86.5 MB
Last updated
almost 11 years ago
docker pull freighter/cmd