Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Docker: tips & tricks per la build
Search
Federico Minzoni
March 28, 2019
Technology
0
390
Docker: tips & tricks per la build
Federico Minzoni
March 28, 2019
Tweet
Share
More Decks by Federico Minzoni
See All by Federico Minzoni
Towards Docker 18.09
fminzoni
0
90
Docker Milano Meetup (Docker #4 Bday)
fminzoni
1
150
Docker Operations - Six memos for the next infrastructure
fminzoni
0
190
Docker Roma Meetup #1
fminzoni
0
130
Hello Docker! Mean Milan
fminzoni
1
65
Docker Milano Meetup #2
fminzoni
0
93
Docker Quickstart
fminzoni
1
95
Other Decks in Technology
See All in Technology
5min GuardDuty Extended Threat Detection EKS
takakuni
0
190
Tech-Verse 2025 Global CTO Session
lycorptech_jp
PRO
0
1.7k
生まれ変わった AWS Security Hub (Preview) を紹介 #reInforce_osaka / reInforce New Security Hub
masahirokawahara
0
440
ビズリーチにおけるリアーキテクティング実践事例 / JJUG CCC 2025 Spring
visional_engineering_and_design
1
110
What’s new in Android development tools
yanzm
0
220
「良さそう」と「とても良い」の間には 「良さそうだがホンマか」がたくさんある / 2025.07.01 LLM品質Night
smiyawaki0820
1
500
MobileActOsaka_250704.pdf
akaitadaaki
0
110
DBのスキルで生き残る技術 - AI時代におけるテーブル設計の勘所
soudai
PRO
18
6.5k
改めてAWS WAFを振り返る~業務で使うためのポイント~
masakiokuda
2
240
KubeCon + CloudNativeCon Japan 2025 Recap by CA
ponkio_o
PRO
0
290
AWS認定を取る中で感じたこと
siromi
1
170
Connect 100+を支える技術
kanyamaguc
0
190
Featured
See All Featured
How To Stay Up To Date on Web Technology
chriscoyier
790
250k
Git: the NoSQL Database
bkeepers
PRO
430
65k
How STYLIGHT went responsive
nonsquared
100
5.6k
Statistics for Hackers
jakevdp
799
220k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
48
2.9k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
667
120k
Art, The Web, and Tiny UX
lynnandtonic
299
21k
Designing Experiences People Love
moore
142
24k
Practical Orchestrator
shlominoach
188
11k
Build The Right Thing And Hit Your Dates
maggiecrowley
36
2.8k
Being A Developer After 40
akosma
90
590k
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
Transcript
DOCKER Tips & tricks per la build. CloudConf 2019 Docker
Milano
https://deanbradshaw.com/
None
Build Ship Run
Build Ship Run
Build Ship Run
None
Tips & tricks #1 .dockerignore file
Tips & tricks #2 ARG VERSION=latest FROM busybox:$VERSION ARG VERSION
RUN echo $VERSION > image_version
Tips & tricks #3 FROM ubuntu:18.04 RUN apt-get update \
&& apt-get install -y \ curl \ vim \ && apt-get clean \ && rm -rf /var/lib/apt/lists/*
Tips & tricks #4
None
Tips & tricks #5 # syntax=docker/dockerfile:experimental FROM alpine RUN --mount=type=secret,id=my.key
command docker build --secretid=my.key,src=my.key .
Tips & tricks #6 # syntax=docker/dockerfile:experimental FROM alpine RUN --mount=type=ssh
git clone git@repo docker build --ssh default .
GRAZIE Federico Minzoni. @fminzoni. CloudConf 2019 Docker Milano