diff options
| author | Mhd Sulhan <ms@kilabit.info> | 2016-02-12 22:37:51 +0700 |
|---|---|---|
| committer | Mhd Sulhan <ms@kilabit.info> | 2016-02-12 22:37:51 +0700 |
| commit | f6bf56f36e3ca03ae19153aa2b3b84097d46885c (patch) | |
| tree | f49be763d784d44de9fe2d4761b7cfa688062c2b | |
| parent | e21cc4e1908c689f443c0b65028ca160f1dd61ca (diff) | |
| download | arch-docker-f6bf56f36e3ca03ae19153aa2b3b84097d46885c.tar.xz | |
Add link to Docker hub and fixes command at how to.
| -rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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. |
