您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

123456789
  1. FROM choppy/bioconductor-cn.mops:1.16.2
  2. COPY . /opt/mops
  3. RUN chmod a+x /opt/mops/cn_mops
  4. RUN ln -s /opt/mops/cn_mops /bin
  5. WORKDIR /data/
  6. CMD ["ls", "-al", "/opt"]