osevertical.blogg.se

Yum update docker
Yum update docker






yum update docker

Use an entrypoint file to create an entry in /etc/hosts to point to the host. # allow users to access docker by adding them to the docker group # any ports on the host you want to access from the containers (strapi port 1337 here)įirewall-cmd -permanent -zone=trusted -add-port=1337/tcpĬreate a group named “docker” and add any users that are allowed to create containers. # trust the docker interfaceįirewall-cmd -permanent -zone=trusted -change-interface=docker0įirewall-cmd -permanent -direct -add-rule ipv4 filter INPUT 4 -i docker0 -j ACCEPT Restart firewalld to pick up the changes. Update firewalld to allow host/container traffic. yum install -y yum-utils device-mapper-persistent-data lvm2 Install Docker-CE (not just “docker) to get the latest version on CentOS.








Yum update docker