Docker image with docker-compose and sshd
1.5K
FROM ubuntu:18.04
RUN apt-get update -y
RUN apt-get install openssh-client curl -y
RUN curl -L https://github.com/docker/compose/releases/download/1.27.2/docker-compose-`uname -s`-`uname -m` -o /usr/local/bin/docker-compose
RUN chmod +x /usr/local/bin/docker-compose
Content type
Image
Digest
Size
81.6 MB
Last updated
almost 6 years ago
docker pull meetrix/docker-compose-sshd