mdvanes/homeremote-server

As Docker container

Opened this issue · 0 comments

Deployment flow

  • in web project do a "build"?
  • copy assets to "client" dir?
  • commit/tag/push
  • on server: git pull and run
  • later: git pull and build from Dockerfile
  • when this runs in a Docker container, will it still be able to access other Docker containers?
    • difficult when doing "exec" from node, e.g. to do docker ps -as --format='{{json .}}' (see system guides for more commands)
    • Using Docker Engine API: curl --unix-socket /var/run/docker.sock http:/v1.24/containers/json?all=true