Dockerfile
1 FROM ubuntu:14.04 2 RUN apt-get update && apt-get install -y python 3 ADD testarg.py testarg.py 4 MAINTAINER Ricardo “3esmit@gmail.com” 5 CMD python testarg.py
1 FROM ubuntu:14.04 2 RUN apt-get update && apt-get install -y python 3 ADD testarg.py testarg.py 4 MAINTAINER Ricardo “3esmit@gmail.com” 5 CMD python testarg.py