sudo systemctl start docker sudo docker run hello-world ... cat <<EOF >/opt/docker-compose.yml web: image: 'gitlab/gitlab-ce:14.0.7-ce.0' restart: always ...
確定! 回上一頁