Skip to content
Snippets Groups Projects
Commit 18e0e048 authored by Marek Vavruša's avatar Marek Vavruša
Browse files

docker: more threads, default cmd instead of entrypoint (since this is a dev

image)
parent 556dfdc1
No related branches found
No related tags found
1 merge request!329Resolver improvements
......@@ -2,7 +2,7 @@ FROM debian:jessie
MAINTAINER Marek Vavrusa <marek.vavrusa@nic.cz>
# Nprocs
ENV THREADS 2
ENV THREADS 4
# Install dependencies and sources
RUN apt-get -y update; \
......@@ -27,8 +27,7 @@ apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /src
# Select entrypoint
WORKDIR /root
ENTRYPOINT "/usr/local/sbin/knotd"
CMD ["--help"]
CMD ["/usr/local/sbin/knotd"]
# Expose port
EXPOSE 53
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment