When you run a docker container on your laptop, what can a container do by default?
Docker Quiz
When you run a docker container on your laptop, what can a container do by default?
- connect to the internet
- access files on your laptop
- see other running programs
Answer
Docker can only connect to the internet!
By default, Docker containers can’t access any files on your laptop or see other running programs.
Quiz Credit — Julia Evans