From: Steven Black Date: Wed, 14 Oct 2020 03:44:32 +0000 (-0400) Subject: Add some basic run instructions (comments) in the Dockerfile X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=cce7894b3a50433c590dfdc2379a1188200942fc;p=stevenblack-hosts.git Add some basic run instructions (comments) in the Dockerfile --- diff --git a/Dockerfile b/Dockerfile index d32abdb89..441a8af42 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,3 +4,7 @@ WORKDIR /usr/src COPY requirements.txt ./ RUN pip install --no-cache-dir -r requirements.txt RUN git clone --depth 1 https://github.com/StevenBlack/hosts.git + +# Now you launch this with +# $ docker build ./ +# $ docker run -it (containerid) bash \ No newline at end of file