CARVIEW |
Select Language
HTTP/2 200
date: Sun, 12 Oct 2025 05:14:16 GMT
content-type: text/html; charset=UTF-8
server: cloudflare
x-frame-options: DENY
x-content-type-options: nosniff
x-xss-protection: 1;mode=block
vary: accept-encoding
cf-cache-status: DYNAMIC
content-encoding: gzip
set-cookie: _csrf-frontend=eb3f869c944a762f53cb3c03d4af66e747ff7b7af3325ba9a302bd4eedd2a3a4a%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22CxGt_QqtUQLz1smqvAl5fLBN3Ip-VX5S%22%3B%7D; HttpOnly; Path=/
cf-ray: 98d41cd8bf623e92-BLR
Docker-CE Install - Pastebin.com
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # INSTALL DOCKER CE
- # Uninstall old versions
- sudo yum remove docker \
- docker-client \
- docker-client-latest \
- docker-common \
- docker-latest \
- docker-latest-logrotate \
- docker-logrotate \
- docker-engine
- # install required packages. yum-utils
- sudo yum install -y yum-utils \
- device-mapper-persistent-data \
- lvm2
- # set up the stable repository
- sudo yum-config-manager \
- --add-repo \
- https://download.docker.com/linux/centos/docker-ce.repo
- # Install the latest version of Docker Engine - Community and containerd
- sudo yum install docker-ce docker-ce-cli containerd.io
- # Start Docker
- sudo systemctl start docker
- sudo systemctl enable docker
- # Verify that Docker Engine - Community is installed correctly by running the hello-world image
- sudo docker run hello-world
- # tambahan (opsional) agar docker dapat berhubungan dengan host
- # How to configure Centos 7 firewallD to allow docker containers free access to the host's network ports?
- sudo firewall-cmd --permanent --zone=trusted --change-interface=docker0
- sudo firewall-cmd --permanent --zone=trusted --add-port=4243/tcp
- sudo firewall-cmd --reload
- # optional di atas sebaiknya jangan dilakukan dulu, versi terbaru menyebabkan error setelah restart
- # ERROR: ZONE_CONFLICT: 'docker0' already bound to a zone (hasil dari sudo dockerd --debug)
- # solusi, ketik berikut dan restart the firewalld service and docker service, jika perlu reboot
- sudo firewall-cmd --permanent --zone=trusted --remove-interface=docker0
Add Comment
Please, Sign In to add comment
-
📌 ChangeNOW Exploit
JavaScript | 4 sec ago | 0.24 KB
-
✅ Make $2500 in 20 minutes⭐⭐⭐ H
JavaScript | 7 sec ago | 0.25 KB
-
📌 Swapzone +37% glitch ⭐ 5
JavaScript | 16 sec ago | 0.25 KB
-
⭐ Free Crypto Method ⭐
JavaScript | 16 sec ago | 0.24 KB
-
✅⭐ Make huge profits on trading ⭐⭐ E
JavaScript | 25 sec ago | 0.25 KB
-
📝 MAKE $2500 IN 15 MIN ✅ Working
JavaScript | 27 sec ago | 0.24 KB
-
⭐✅ Exploit 2500$ in 15 Minutes⭐⭐⭐ 8
JavaScript | 40 sec ago | 0.25 KB
-
📝 EASY MONEY GUIDE ✅ Working
JavaScript | 43 sec ago | 0.24 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand