first docker compose
This commit is contained in:
14
srcs/requirements/test/Dockerfile
Normal file
14
srcs/requirements/test/Dockerfile
Normal file
@@ -0,0 +1,14 @@
|
||||
|
||||
# find official images : https://hub.docker.com/search
|
||||
#FROM ubuntu:18.04
|
||||
#FROM alpine:3.16.1
|
||||
#FROM debian:buster
|
||||
|
||||
# basic test
|
||||
# build with : sudo docker build --tag test .
|
||||
# run with : sudo docker run test
|
||||
# 'hello' in assembly found here : http://timelessname.com/elfbin/
|
||||
FROM scratch
|
||||
COPY tools/hello /
|
||||
CMD [ "/hello" ]
|
||||
|
||||
Reference in New Issue
Block a user