You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could you provide some examples of how we might encourage better security for users of bioboxes?
Following the cited guidelines, one could for instance
give recommendations how to run and not to run containers,
restrict network access by default,
use a distinct UNIX user and group in the container and map that to the current user ID
Maybe these are not urgent at the moment, since the techniques are still emerging and we have still few users, but they should be considered alongside the development of the bioboxes command line tools (aka wrapper or caller).
Pulling a Docker container means installing foreign code on your local machine. This means that malicious or defective programs can
This means that in the future we should follow best practices for Docker implementations when
docker run
A recent list of suggestions is compiled at http://linux-audit.com/docker-security-best-practices-for-your-vessel-and-containers/
The text was updated successfully, but these errors were encountered: