study/linux/docker/test/Dockerfile

5 lines
120 B
Docker
Raw Normal View History

2020-02-23 14:23:40 +00:00
# this is a commit
FROM ubuntu:latest
MAINTAINER zeek<zeekling@163.com>
CMD echo 'hello from my image from Dockerfile'