我想制作包含NodeJS和MongoDB的新Docker镜像。我有一张nodeJS(最新)图片。Dockerfile是
FROM node
RUN apt-get update
RUN apt-get install -y mongodb
EXPOSE 8800
EXPORT 27017
如果我构建它,它不能在两个端口上工作(mongodb:27017,nodeJS:8800)。是否需要在ubuntu Image上制作Dockerfile,而不是node Image?
FROM ubuntu:latest
我正在用Firebase制作一个android应用程序。以下是导致问题的线路:
dependencies {
compile 'com.google.firebase:firebase-core:10.0.1'
compile 'com.google.firebase:firebase-auth:10.0.1'
我得到了这个错误:
Google Play services out of date. Requires 10084000 but found 9879470.
我在模拟器上运行这个应用程序。似乎不可能在模拟器上更新GPS,因为它没有