Break some lines
This commit is contained in:
parent
e0eeb125d0
commit
850841fe0a
2 changed files with 6 additions and 2 deletions
|
@ -234,7 +234,10 @@ Vagrant.configure("2") do |config|
|
||||||
end
|
end
|
||||||
```
|
```
|
||||||
|
|
||||||
This is useful, if you are using containers inside your VMs, e.g VirtualBox -> LXC. This would allow you to reuse packages without sharing folder inside VirtualBox. Only works with NFS-shared folders (since `vboxsf` is enforcing `vagrant`-user and `apt-cacher` is running under `apt-cacher-ng` user)
|
This is useful, if you are using containers inside your VMs, e.g VirtualBox -> LXC.
|
||||||
|
This would allow you to reuse packages without sharing folder inside VirtualBox. Only
|
||||||
|
works with NFS-shared folders (since `vboxsf` is enforcing `vagrant`-user and `apt-cacher`
|
||||||
|
is running under `apt-cacher-ng` user)
|
||||||
|
|
||||||
# install apt-cacher on (Host)-VM
|
# install apt-cacher on (Host)-VM
|
||||||
$ sudo apt-get install apt-cacher-ng
|
$ sudo apt-get install apt-cacher-ng
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
# Apt-Cacher NG is a caching proxy for software packages which are downloaded by Unix/Linux system distribution mechanisms from mirror servers accessible via HTTP.
|
# Apt-Cacher NG is a caching proxy for software packages which are downloaded by
|
||||||
|
# Unix/Linux system distribution mechanisms from mirror servers accessible via HTTP.
|
||||||
module VagrantPlugins
|
module VagrantPlugins
|
||||||
module Cachier
|
module Cachier
|
||||||
class Bucket
|
class Bucket
|
||||||
|
|
Loading…
Reference in a new issue