study/linux/docker/test/Dockerfile

5 lines
120 B
Docker

# this is a commit
FROM ubuntu:latest
MAINTAINER zeek<zeekling@163.com>
CMD echo 'hello from my image from Dockerfile'