https://github.com/inLeagueLLC/simple-cfml-complete.git
cd
into that directory and enter:docker-compose up
root
login set in the docker-compose.yml
file and repeated in the /config/cfml/simple-cfml.env
file/config/cfml/cfconfig
. docker logs [container name]
-- in this case, docker logs cfswarm-mysql
, docker logs cfswarm-cfml
, and docker logs cfswarm-two-cfml
-- the last one will show you how Commandbox deploys the application from box.json
!docker-compose down
- or you can ctrl-c
(break) in your first terminal that is displaying the output of all the containers, and then run docker-compose down
, though the first method is a little cleaner.docker-compose up -d
to start services in the background so you don't tie up your terminal.