Skip to content

Instantly share code, notes, and snippets.

@gabhi
Created September 1, 2015 08:04
Show Gist options
  • Save gabhi/7ac44eae1b159cebb50a to your computer and use it in GitHub Desktop.
Save gabhi/7ac44eae1b159cebb50a to your computer and use it in GitHub Desktop.
Docker image
Dockerfile
FROM ubuntu:14.04
RUN apt-get update && apt-get install -y curl
//Build image
docker build -t aa/abc:1.0 .
//Run image
docker run -it aa/abc:1.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment