mirror of
https://github.com/dockersrc/rust
synced 2026-07-14 23:45:58 -04:00
📝 Migrate /var/lib/srv docker paths to /srv in docs 📝
Build and Push / build (push) Has been cancelled
Build and Push / build (push) Has been cancelled
Update volume mount examples from /var/lib/srv/$USER/docker to /srv/$USER/docker. - AI.md README.md : update path references to /srv/$USER/docker AI.md README.md
This commit is contained in:
@@ -25,7 +25,7 @@ dockermgr update rust
|
||||
Or manually:
|
||||
|
||||
```shell
|
||||
dockerHome="/var/lib/srv/$USER/docker/casjaysdevdocker/rust/rust/latest/volumes"
|
||||
dockerHome="/srv/$USER/docker/casjaysdevdocker/rust/rust/latest/volumes"
|
||||
mkdir -p "$dockerHome"
|
||||
git clone "https://github.com/dockermgr/rust" "$HOME/.local/share/CasjaysDev/dockermgr/rust"
|
||||
cp -Rfva "$HOME/.local/share/CasjaysDev/dockermgr/rust/rootfs/." "$dockerHome/"
|
||||
|
||||
Reference in New Issue
Block a user