Skip to content

Commit 4449af2

Browse files
committed
Dockerfile Basic Example
1 parent e7e7224 commit 4449af2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

01-Dockerfile-Basic-Example/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# NOTE: this example is taken from the default Dockerfile for the official nginx Docker Hub Repo
22
# https://hub.docker.com/_/nginx/
33
# describes
4+
45
FROM debian:stretch-slim
56
# all images must have a FROM
67
# usually from a minimal Linux distribution like debian or (even better) alpine

0 commit comments

Comments
 (0)