docker:usage
This is an old revision of the document!
Docker
Eigenes Image bauen
Docker-File anlegen
vi Dockerfile FROM python:rc-slim-buster RUN apt-get update -y RUN apt-get install -y apt-utils RUN DEBIAN_FRONTEND=noninteractive apt-get install -y libffi-dev gcc openssh-client RUN pip install pip --upgrade RUN pip install ansible WORKDIR /root/work
Docker-Image bauen
docker build -t ansible_docker . docker images REPOSITORY TAG IMAGE ID CREATED SIZE ansible_docker latest e59d06471178 44 minutes ago 614MB
docker/usage.1605119747.txt.gz · Last modified: 2023/01/11 20:30 (external edit)