Refactoring...
This commit is contained in:
parent
f559acb31f
commit
457380ffa4
3 changed files with 53 additions and 26 deletions
|
|
@ -6,7 +6,7 @@ Why Alpine? Because Alpine Linux is definitely the best Linux based operating sy
|
|||
|
||||
Why the name "rusty"? Because it is based on some earlier Docker stuff I made for compiling Rust code... And rusty just sounds cool.
|
||||
|
||||
It still includes a full Rust environment/SDK! You need to add "/usr/local/cargo/bin to" your $PATH if you want to make use of it; For user "root" it is done by Docker.
|
||||
It still includes a full Rust environment/SDK! You need to add "/usr/local/cargo/bin" to your $PATH if you want to make use of it; For user "root" it is done by Docker.
|
||||
|
||||
Why Rust? Because I really like this language...
|
||||
|
||||
|
|
@ -37,12 +37,12 @@ My plan is to switch from Docker to native Linux Containers at some time but I a
|
|||
|
||||
Optionally you can configure your $HOME directories (/home/$USER and /root). I do this by pulling my $HOME configuration from my Git server. Pulling my $HOME configuration will not work for you because you are not allowed to pull via the Git protocol. This is just an example on how I do it... E.g.:
|
||||
|
||||
git clone git@git.xw3.org:hanez/home.git home/hanez/
|
||||
sudo git clone git@git.xw3.org:hanez/home.git root/
|
||||
git clone git@git.xw3.org:hanez/home.git home/hanez
|
||||
sudo git clone git@git.xw3.org:hanez/home.git root
|
||||
|
||||
I manage these Git based $HOME directories/repositories outside of the container.
|
||||
|
||||
If you do not configure your $HOME directories here, the container's defaults will be used.
|
||||
If you do not configure your $HOME directories here, the container creates missing configuration files.
|
||||
|
||||
## Using docker compose
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue