aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMhd Sulhan <ms@kilabit.info>2016-02-12 22:37:51 +0700
committerMhd Sulhan <ms@kilabit.info>2016-02-12 22:37:51 +0700
commitf6bf56f36e3ca03ae19153aa2b3b84097d46885c (patch)
treef49be763d784d44de9fe2d4761b7cfa688062c2b
parente21cc4e1908c689f443c0b65028ca160f1dd61ca (diff)
downloadarch-docker-f6bf56f36e3ca03ae19153aa2b3b84097d46885c.tar.xz
Add link to Docker hub and fixes command at how to.
-rw-r--r--README.md6
1 files 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.