mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2024-12-21 21:41:31 -06:00
Merge pull request #408 from jk2K/patch-1
This commit is contained in:
commit
5427cbbc5b
@ -70,7 +70,8 @@
|
||||
# VNC Version
|
||||
# Let's piggyback the other image:
|
||||
|
||||
FROM sickcodes/docker-osx:latest
|
||||
ARG BASE_IMAGE=sickcodes/docker-osx:latest
|
||||
FROM ${BASE_IMAGE}
|
||||
|
||||
MAINTAINER 'https://twitter.com/sickcodes' <https://sick.codes>
|
||||
|
||||
|
@ -30,7 +30,8 @@
|
||||
# docker run -it --device /dev/kvm -p 50922:10022 -v ${PWD}/mac_hdd_ng.img:/image -e "DISPLAY=${DISPLAY:-:0.0}" -v /tmp/.X11-unix:/tmp/.X11-unix docker-osx:nakedvnc
|
||||
#
|
||||
|
||||
FROM sickcodes/docker-osx:latest
|
||||
ARG BASE_IMAGE=sickcodes/docker-osx:latest
|
||||
FROM ${BASE_IMAGE}
|
||||
|
||||
MAINTAINER 'https://twitter.com/sickcodes' <https://sick.codes>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user