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.
 
 
Richard Shih 6535fe55bd Daily Commit 6 years ago
wildfly Daily Commit 6 years ago
README.md Daily Commit 6 years ago

README.md

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