Advertisement
Guest User

Untitled

a guest
Aug 23rd, 2019
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. # Set the base image to Ubuntu
  2. FROM ubuntu
  3.  
  4. # File Author / Maintainer
  5. MAINTAINER ruthwik
  6.  
  7. # Update the repository sources list
  8. RUN apt-get update
  9.  
  10. # Command to print
  11. CMD "echo" "Hello World... from my first docker image"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement