Skip to content

Instantly share code, notes, and snippets.

@abdullahainun
Created February 8, 2026 05:44
Show Gist options
  • Select an option

  • Save abdullahainun/1a70d5daad527d18db3e223e29afb351 to your computer and use it in GitHub Desktop.

Select an option

Save abdullahainun/1a70d5daad527d18db3e223e29afb351 to your computer and use it in GitHub Desktop.

Readme

ssh student@192.168.30.10

sudo apt update
sudo apt install docker docker-compose -y
sudo su
usermod -aG docker student
reboot

--restart komputer--

# fix issue port 53
sudo nano /etc/systemd/resolved.conf
[Resolve]
...
DNSStubListener=no
sudo nano /etc/systemd/resolved.conf
sudo rm /etc/resolv.conf
sudo ln -s /run/systemd/resolve/resolv.conf /etc/resolv.conf
sudo systemctl restart systemd-resolved

mkdir ukk && cd ukk
vim setup.sh
chmod +x setup.sh
./setup.sh
docker-compose ps
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment