-
Notifications
You must be signed in to change notification settings - Fork 0
Home
andrzejsydor edited this page Jan 12, 2018
·
20 revisions
bind 'all interfaces' to 0.0.0.0
docker run --rm -it -p 3000:3000 -v
bind docker host's 127.0.0.1
127.0.0.1:3000:3000
docker build
docker build --no-cache -t imageName .
Shell Access
docker exec -it my-container-name bash
docker-compose up -d
-d detached
docker-compose ps
docker-compose stop
CREATE DATABASE db_name;
USE db_name;