We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
File: Dockerfile
CenturyLinkLabs/dockerfile-from-image#14 (comment)
FROM alpine:3.2 MAINTAINER CenturyLink Labs <[email protected]> RUN apk --update add ruby-dev ca-certificates && \ gem install --no-rdoc --no-ri docker-api && \ apk del ruby-dev ca-certificates && \ apk add ruby ruby-json && \ rm /var/cache/apk/* ADD dockerfile-from-image.rb /usr/src/app/dockerfile-from-image.rb RUN chmod +x /usr/src/app/dockerfile-from-image.rb ENTRYPOINT ["/usr/src/app/dockerfile-from-image.rb"] CMD ["--help"]
sudo docker build -t docker-from-file-image - < Dockerfile
The text was updated successfully, but these errors were encountered:
No branches or pull requests
File: Dockerfile
CenturyLinkLabs/dockerfile-from-image#14 (comment)
The text was updated successfully, but these errors were encountered: