aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAdamMomen <[email protected]>2020-11-06 13:42:00 +0100
committerGitHub <[email protected]>2020-11-06 13:42:00 +0100
commitfbb186968f8b43c5c9aa30e8b792ca130f814cbe (patch)
tree15154f2dd5bf9aa18fe7f85a895031611bff9c2c /README.md
parent[README] Typo, link fixed, credits (diff)
downloaddocker-osx-fbb186968f8b43c5c9aa30e8b792ca130f814cbe.tar.xz
docker-osx-fbb186968f8b43c5c9aa30e8b792ca130f814cbe.zip
Update README.md
## What? I've added a script on how to automatic boot vnc-version container in `README.md` file for better usablility. For more background, see ticket #83 . ## Why? Because the script provided in the readme file didn't work on vnc-version container. ## How? ## Testing? No automated tests, take my word for it ;) ## Screenshots Before ![image](https://user-images.githubusercontent.com/55929982/98357198-26194080-2025-11eb-81bb-28259a1f63ab.png) After ## Anything Else? Nope
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index cf736a1..c8a9a81 100644
--- a/README.md
+++ b/README.md
@@ -80,6 +80,9 @@ docker ps
# NEW CONTAINERS
docker exec containerID mv ./Launch-nopicker.sh ./Launch.sh
+# VNC-VERSION-CONTAINER
+docker exec containerID mv ./Launch-nopicker.sh ./Launch_custom.sh
+
# LEGACY CONTAINERS
docker exec containerID bash -c "grep -v InstallMedia ./Launch.sh > ./Launch-nopicker.sh
chmod +x ./Launch-nopicker.sh