Docker-FundamentalsContaine.../test/Dockerfile

5 lines
52 B
Docker

FROM ubuntu
RUN apt-get update
CMD ["sleep", "1d"]