mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-05-04 06:28:02 +00:00
Build containerd containers from Docker containers
Simplifies the build process, and makes testing easier as there is a Docker container you can run to test things. Replaces #994 Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
3
alpine/base/rngd/Dockerfile
Normal file
3
alpine/base/rngd/Dockerfile
Normal file
@@ -0,0 +1,3 @@
|
||||
FROM scratch
|
||||
COPY . ./
|
||||
CMD ["/bin/tini", "/usr/sbin/rngd", "-f"]
|
||||
Reference in New Issue
Block a user