Page 1 of 1

On a windows system Create a Dockerfile that uses alpine to run some Linux commands (include at least cat /etc/os-releas

Posted: Fri May 20, 2022 6:33 pm
by answerhappygod
On a windows system
Create a Dockerfile that uses alpine to run some Linux commands
(include at least cat /etc/os-release), capture the output in
a file, and make that file available in some folder on your host
machine (the -v or --volume option may be
helpful when running this machine)