mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-01-21 01:02:35 +00:00
small Alpine Linux install with Docker as next step toward replacing boot2docker
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
10
alpine/Dockerfile
Normal file
10
alpine/Dockerfile
Normal file
@@ -0,0 +1,10 @@
|
||||
FROM alpine:edge
|
||||
|
||||
MAINTAINER Justin Cormack <justin.cormack@unikernel.com>
|
||||
|
||||
COPY repositories /etc/apk/repositories
|
||||
COPY motd hostname /etc/
|
||||
|
||||
RUN apk update && apk upgrade && apk add e2fsprogs docker
|
||||
RUN apk add cpio
|
||||
CMD ["/bin/sh"]
|
||||
Reference in New Issue
Block a user