You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
365 B
365 B
tml-in-docker
Dockerized TML Web System
安裝Docker
$ wget -qO- https://get.docker.com/ | sh
$ sudo usermod -aG docker $(whoami)
$ sudo systemctl enable docker.service
$ sudo systemctl start docker.service
安裝Docker Compose
$ sudo yum install epel-release
$ sudo yum install -y python-pip
$ sudo pip install docker-compose