mirror of
https://github.com/docker/docs.git
synced 2026-03-27 06:18:55 +07:00
Update part2.md (#5586)
This commit is contained in:
@@ -61,7 +61,7 @@ create a file called `Dockerfile`, copy-and-paste the following content into
|
|||||||
that file, and save it. Take note of the comments that explain each statement in
|
that file, and save it. Take note of the comments that explain each statement in
|
||||||
your new Dockerfile.
|
your new Dockerfile.
|
||||||
|
|
||||||
```conf
|
```dockerfile
|
||||||
# Use an official Python runtime as a parent image
|
# Use an official Python runtime as a parent image
|
||||||
FROM python:2.7-slim
|
FROM python:2.7-slim
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user