From fe74b228cee78760df7e87927a095a79cbd3d86e Mon Sep 17 00:00:00 2001 From: dchidell Date: Tue, 14 Mar 2017 19:23:02 +0000 Subject: [PATCH] Quotes in mac are not good for the soul. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c2c3971..f2b2722 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,4 +6,4 @@ RUN echo 'disableAuthorization yes' > /etc/snmp/snmptrapd.conf EXPOSE 162 -CMD ["snmptrapd”,”-L”, “o”,”-f”] +CMD ["snmptrapd","-L","o","-f"]