mirror of
https://github.com/moby/moby.git
synced 2026-07-11 00:58:22 +00:00
4 lines
48 B
Docker
4 lines
48 B
Docker
FROM busybox
|
|
|
|
RUN mkdir /foo && ln -s /foo /bar
|