On Thu 2024-01-18 17:17, Alexandru Mihail wrote:
>Hello, I cannot replicate the failing cp on 2 Debian virtual machines, one 
>tracking testing and one sid. I don't have much experience with docker, I will 
>try your command in the sid VM. Docker fails to run hello world on my personal 
>Ubuntu machine for some odd reason.

This works:
# docker run -ti --rm debian:testing-slim bash -c "mkdir -p 
/usr/share/doc/mini-httpd/examples && touch 
/usr/share/doc/mini-httpd/examples/index.html && apt-get update && apt-get 
install -y mini-httpd"

This fails:
# docker run -ti --rm debian:testing-slim bash -c "apt-get update && apt-get 
install -y mini-httpd"

Reply via email to