add docker env setup script so I can use docker-cli on FreeBSD and connect to VM running docker daemon
This commit is contained in:
parent
a43909a697
commit
30f6d76f61
2 changed files with 4 additions and 0 deletions
1
_sync.sh
1
_sync.sh
|
|
@ -28,6 +28,7 @@ files=(
|
||||||
"/usr/local/etc/smb4.conf:smb4.conf"
|
"/usr/local/etc/smb4.conf:smb4.conf"
|
||||||
"/etc/sysctl.conf:sysctl.conf"
|
"/etc/sysctl.conf:sysctl.conf"
|
||||||
"/usr/local/bin/w_status:w_status"
|
"/usr/local/bin/w_status:w_status"
|
||||||
|
"$HOME/debian.sh:docker.sh"
|
||||||
)
|
)
|
||||||
|
|
||||||
# create directories
|
# create directories
|
||||||
|
|
|
||||||
3
docker.sh
Executable file
3
docker.sh
Executable file
|
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
chroot -n /compat/debian /bin/bash
|
||||||
Loading…
Add table
Reference in a new issue