mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
6a506950b3
PiperOrigin-RevId: 653309522
7 lines
153 B
Docker
7 lines
153 B
Docker
FROM ubuntu:22.04
|
|
|
|
ENV DEBIAN_FRONTEND="noninteractive"
|
|
RUN apt-get update && apt-get install -y docker.io
|
|
|
|
COPY start-dockerd.sh .
|
|
CMD /start-dockerd.sh |