Skip to content

Commit 85bb093

Browse files
committed
Remove obsolete readme file
1 parent 6d5bdce commit 85bb093

File tree

2 files changed

+6
-67
lines changed

2 files changed

+6
-67
lines changed

docs/development/docker.md

Lines changed: 0 additions & 67 deletions
This file was deleted.

docs/development/docker/docker.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,11 @@ $ docker login
5757
$ docker push underworldcode/underworld2:2.5.0b
5858
```
5959

60+
Security
61+
---------
6062

63+
All dockers are designed to be run as non-root user. So `apt-get install` won't function.
64+
Care has been taken to minimise optional packages, i.e. `wget`. This minimises the overall size of the docker image size,
65+
and diminishes potential security weaknesses.
66+
That said `pip` is enabled in every image, so python packages can be downloaded into a container runtime.
6167

0 commit comments

Comments
 (0)