1
0

add app binary

This commit is contained in:
Florent Le Lain 2023-10-06 18:18:33 +02:00 committed by Arnaud Morin
parent dc6774c778
commit 6708bc4cd4
2 changed files with 2 additions and 2 deletions

View File

@ -28,9 +28,9 @@ Can you write the run.py application and put it in the ex1 folder of the repo?
# Ex. 2 - docker # Ex. 2 - docker
In ex2 folder, you will find a `plik` binary (taken from https://plik.ovh). In ex2 folder, you will find a `app` binary.
Can you build very lighweight docker image that contains ONLY `plik` binary, and that execute `plik` by default? Can you build very lighweight docker image that contains ONLY `app` binary, and that execute `app` by default?
Push your Dockerfile in the ex2 folder. Push your Dockerfile in the ex2 folder.

BIN
ex2/app Executable file

Binary file not shown.