Docker Notes

Submitted by code_admin on Mon, 07/30/2018 - 13:35

Portainer.io

  1. mkdir ~/.portainer
  2. docker run -d -p 10101:9000 --restart always -v /var/run/docker.sock:/var/run/docker.sock -v ~/.portainer:/data portainer/portainer:1.16.5

Tags

Amazon Cloud 9

Submitted by code_admin on Mon, 07/30/2018 - 13:29

(-p option hostport:containerport

  1. docker run --network testDev --name c9 -p 3000:3000 -p 3080-3100:8080-8100 -d ankitrgadiya/c9:latest

Process with new env for quasar apps

Setup git

Tags