-
Notifications
You must be signed in to change notification settings - Fork 9
Home
Anurag Priyam edited this page Jan 29, 2015
·
8 revisions
- Running GUI apps within Docker container on both Linux and Mac host (http://fabiorehm.com/blog/2014/09/11/running-gui-apps-with-docker/)
- Running out of space on the Virtualbox image on Mac.
- I just recreated image with 100GB:
boot2docker -s 102400 init
- I just recreated image with 100GB:
- On Linux, should add user to
docker
group during setup or user will have to use sudo to run switch. And also so that we can get correct uid and $HOME within switch. -
switch biolinux_8 bwa ...
. Does it return the correct exit status? (should return exit status ofbwa
) (see - https://github.com/docker/docker/issues/354#issuecomment-29237336)
- Minimum requirement for VMWare image.
- Should be able to run switch, and hence docker.
- How to push switch updates to the VMWare image.