Sign inSign up

freighter/cmd

By freighter

Updated almost 11 years ago

Replicated command execution environment

Image
0

100K+

freighter/cmd repository overview

Dockerfile


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"]

Tag summary

Content type

Image

Digest

sha256:495e4b580

Size

86.5 MB

Last updated

almost 11 years ago

docker pull freighter/cmd