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
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)
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)