From f6bf56f36e3ca03ae19153aa2b3b84097d46885c Mon Sep 17 00:00:00 2001 From: Mhd Sulhan Date: Fri, 12 Feb 2016 22:37:51 +0700 Subject: Add link to Docker hub and fixes command at how to. --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eb6dba9..c8cfa4a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Arch-Docker +Baked images is at Docker hub: https://hub.docker.com/u/sulhan/ + This repository contain ZSH scripts to create Docker images based on Arch Linux x86_64. @@ -30,7 +32,7 @@ The steps to create new custom image, * To generate rootfs, execute ``` - # ./create_rootfs.sh + $ sudo ./create_rootfs.sh ``` This will create directory `arch-rootfs`, mounted using `tmpfs`, in the @@ -40,7 +42,7 @@ The steps to create new custom image, * create Docker image with ``` - # ./create_image.sh + $ ./create_image.sh ``` * Thats it. -- cgit v1.3