ποΈ Basic Docker Commands
shell script docker pull xxx docker search xxx docker images docker images -q docker rmi containerId/SOURCEIMAGE[:TAG]
ποΈ Docker Compose Usage
[reference article from here][docker compose redis cluster] > remember to replace the ip 192.168.3.163 to your real ip address
ποΈ Docker Desktop Configuration
https://zhuanlan.zhihu.com/p/24461370776 shell cat <<-EOF > /etc/docker/daemon.json { "registry-mirrors": [
ποΈ Deploy with Docker in IDEA
shell systemctl disable firewalld --now setenforce 0 sed -i -r 's/SELINUX=[ep]./SELINUX=disabled/g' /etc/selinux/config