0
0

More than 1 year has passed since last update.

オレ的環境作成キット

Last updated at Posted at 2022-07-05

環境

2022/07/05
・CentOS7
・Docker 1.13.1
・Docker-compose 1.18.0
・npm 8.5.5
・cockpit 195.12.

コマンドs

sudo yum -y install cockpit
sudo systemctl start cockpit
sudo systemctl enable cockpit.socket
sudo systemctl start firewalld.service
sudo systemctl enable firewalld.service
firewall-cmd --add-port=9090/tcp --permanent
firewall-cmd --remove-service=ssh --zone=public --permanent
firewall-cmd --reload
sudo yum install -y cockpit-docker
sudo systemctl start docker
sudo systemctl enable docker
sudo yum install -y https://github.com/45Drives/cockpit-navigator/releases/download/v0.5.8/cockpit-navigator-0.5.8-1.el7.noarch.rpm
sudo yum -y install docker-compose
sudo yum -y install npm
cd /home
git clone https://github.com/DogKingFun/public

終わりに

 CentOS7をインストールしなおすときなどに使用できる環境キットです。
 cockpitとdocker-composeで、node.jsとnginxとmongodbの環境を整えたい人は使ってください。さすがにニッチが過ぎいますかね(笑)

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0