1.下载
docker
Index of linux/static/stable/x86_64/
docker-compose
Overview of installing Docker Compose | Docker Docs
2.docker
vi /etc/systemd/system/docker.service
[Unit]
Description=Docker Application Container Engine
Documentation=https://docs.docker.com
After=network-online.target firewalld.service
Wants=network-online.target
[Service]
Type=notify
# the default is not to use systemd for cgroups because the delegate issues still
# exists and systemd currently does not support the cgroup feature set required
# for containers run by docker
ExecStart=/usr/bin/dockerd
ExecReload=/bin/kill -s HUP $MAINPID
# Having non-zero Limit*s causes performance problems due to

最低0.47元/天 解锁文章
1064

被折叠的 条评论
为什么被折叠?



