Skip to content
New issue

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

Added simple dockerfile for the application. #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

MrLokans
Copy link

@MrLokans MrLokans commented Jun 17, 2017

Refers to issue #6

To test it locally:

# Build actual image
docker build .  -t needl
# Run it with no traces in system after completion
# Note that passing --daemon flag will make no sense with docker
docker run --rm $(docker images | grep needl | awk '{print $3}') --verbose

Here is an instruction how to actually tag and push the image built to the dockerhub:
https://docs.docker.com/docker-cloud/builds/push-images/

@MrLokans MrLokans mentioned this pull request Jun 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants