This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
## Know what you deploy
|
||||
|
||||
Imagine that you download and run a Python application in your cluster. Which one do you prefer and why given the following `Dockerfile``:
|
||||
Imagine that you download and run a Python application in your cluster. Which one do you prefer and why given the following `Dockerfile``
|
||||
|
||||
```bash
|
||||
```
|
||||
FROM python:latest FROM python:alpine
|
||||
RUN pip install redis RUN pip install redis
|
||||
RUN pip install requests RUN pip install requests
|
||||
|
||||
Reference in New Issue
Block a user