1
0
Fork 0
pull/1753/head
Hector 5 years ago
parent 544a7a9b55
commit 5e75f57345

@ -19,7 +19,7 @@ Here is a screencast showing what the container can do so far
[![asciicast](https://asciinema.org/a/277054.svg)](https://asciinema.org/a/277054) [![asciicast](https://asciinema.org/a/277054.svg)](https://asciinema.org/a/277054)
The container is a basic install of [alpine linux][1] so the download The container is a basic install of [alpine linux](https://alpinelinux.org) so the download
is reasonably small at around 200M, since debian based images can is reasonably small at around 200M, since debian based images can
weigh in around 1.5G. weigh in around 1.5G.
@ -59,7 +59,7 @@ in-place on prezto's directory hierarchy, as if it was just cloned
recursively (v.gr for modules with extenral dependencies) recursively (v.gr for modules with extenral dependencies)
Keep in mind that the containers created in this fashion are ephemeral, Keep in mind that the containers created in this fashion are ephemeral,
so anything you write on the contain'ers filesystem will be lost, so anything you write on the containers filesystem will be lost,
unless you remove the `--rm` option like so: unless you remove the `--rm` option like so:
```bash ```bash
@ -89,7 +89,7 @@ Since the docker commands can be a bit verbose, the included Makefile
automates some of the frequent steps in the workflow, although it can automates some of the frequent steps in the workflow, although it can
be replaced by shell functions quite easily; be replaced by shell functions quite easily;
```zsh ```bash
function prezto-container () { function prezto-container () {
@ -187,4 +187,3 @@ function prezto-container () {
# vim: set ft=zsh sw=2 tw=0 fdm=manual et : # vim: set ft=zsh sw=2 tw=0 fdm=manual et :
``` ```
hope this turns out to be useful. hope this turns out to be useful.
[1]:https://alpinelinux.org

Loading…
Cancel
Save