Docker Setup:
Download Docker for Windows
docker -> settings -> general -> "expose deamon on tcp://localhost:2375 without TLS"
On WSL:
$sudo apt update -y
$sudo apt upgrade -y
$sudo apt install docker.io
$sudo usermod -aG docker $USER
Add PATH:
check:
echo $PATH | grep /home/$USER
if not exist
add path:
vi ~/.profile
export PATH="$PATH:$HOME/.local/bin"
Setup Docker in WSL
$echo "export DOCKER_HOST=tcp://localhost:2375" >> ~/.bashrc && source ~/.bashrc
Subscribe to:
Post Comments (Atom)
ALCATEL 6900
write memory copy running certified reload from working no rollback-timeout
-
grant execute on utl_http to wc grant execute on dbms_lock to wc; BEGIN DBMS_NETWORK_ACL_ADMIN.create_acl ( acl => &...
-
:system view system-view or sys :show all config dis current-configuration :create vlan vlan vlan_number :show ip interface ...
-
``` sda: add missing path sda: failed to get udev uid: Invalid argument sda: failed to get sysfs uid: Invalid argument sda: failed to ge...
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.