Difference between revisions of "FROM python"
Jump to navigation
Jump to search
Line 16: | Line 16: | ||
== See also == | == See also == | ||
+ | * {{FROM}} | ||
* {{docker build}} | * {{docker build}} | ||
* {{PIP}} | * {{PIP}} | ||
[[Category:Docker]] | [[Category:Docker]] |
Revision as of 18:34, 28 February 2023
FROM python:slim FROM python:3.8
=> [internal] load build definition from Dockerfile 0.0s => => transferring dockerfile: 35B 0.0s => [internal] load .dockerignore 0.0s => => transferring context: 2B 0.0s => [internal] load metadata for docker.io/library/python:3.8 1.5s => [internal] load build context 0.1s => => transferring context: 141.02kB 0.1s
See also
FROM, FROM postgres, FROM Ubuntu, FROM scratch, FROM alpine
docker build [ --tag | --platform | --help ] FROM, Dockerfile, .dockerignore, requirements.txt, docker build --help, docker tag
- PIP: [
pipx, pip, pip3
|install | install --upgrade
|list
|show
|uninstall
|search
|install cryptography | --version
|help
, PIP changelog,pipdeptree
,install -r requirements.txt
]
Advertising: