Creating network "visits2_default" with the default driver Building node-app Step 1/6 : FROM node:alpine ---> 4e50ad7c0e0b Step 2/6 : WORKDIR '/app' ---> Using cache ---> e99f36e2e99d Step 3/6 : COPY package.json . ---> f58dd6549a9c Step 4/6 : RUN npm install ---> Running in d24b1cc9a3c1 npm notice created a lockfile as package-lock.json. You should commit this file. npm WARN app No description npm WARN app No repository field. npm WARN app No license field.
added 52 packages from 40 contributors and audited 125 packages in 7.725s found 0 vulnerabilities
Removing intermediate container d24b1cc9a3c1 ---> 43ff230ce2d5 Step 5/6 : COPY . . ---> bd09786967c4 Step 6/6 : CMD ["npm","start"] ---> Running in d244a10ca082 Removing intermediate container d244a10ca082 ---> 7f254839bf80 Successfully built 7f254839bf80 Successfully tagged visits2_node-app:latest WARNING: Image for service node-app was built because it did not already exist. To rebuild this image you must use `docker-compose build` or `docker-compose up --build`. Creating visits2_node-app_1 ... done Creating visits2_redis-server_1 ... done Attaching to visits2_redis-server_1, visits2_node-app_1 redis-server_1 | 1:C 26 Feb 01:43:22.949 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo redis-server_1 | 1:C 26 Feb 01:43:22.955 # Redis version=4.0.11, bits=64, commit=00000000, modified=0, pid=1, just started redis-server_1 | 1:C 26 Feb 01:43:22.955 # Warning: no config file specified, using the default config. In order to specify a config file use redis-server /path/to/redis.conf redis-server_1 | 1:M 26 Feb 01:43:22.957 * Running mode=standalone, port=6379. redis-server_1 | 1:M 26 Feb 01:43:22.957 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128. redis-server_1 | 1:M 26 Feb 01:43:22.957 # Server initialized redis-server_1 | 1:M 26 Feb 01:43:22.957 # WARNING you have Transparent Huge Pages (THP) support enabled in your kernel. This will create latency and memory usage issues with Redis. To fix this issue run the command 'echo never > /sys/kernel/mm/transparent_hugepage/enabled' as root, and add it to your /etc/rc.local in order to retain the setting after a reboot. Redis must be restarted after THP is disabled. redis-server_1 | 1:M 26 Feb 01:43:22.957 * Ready to accept connections node-app_1 | node-app_1 | > @ start /app node-app_1 | > node index.js node-app_1 | node-app_1 | Listening on port 8081