Tag: Ubuntu

Kubernetes大师是好的,但小兵不工作

在OpenStack的Ubuntu VM上,我按照这个链接来安装Kubernetes。 当运行下面的命令时,只有主人正在起床,但不是小人物。 这与OpenStack中的VT-x有关吗? 请给我一些线索。 terminal输出: root@stratos:~/kubernetes/cluster# KUBERNETES_PROVIDER=ubuntu ./kube-down.sh Bringing down cluster using provider: ubuntu Identity added: /root/.ssh/id_rsa (/root/.ssh/id_rsa) FLANNEL_NET 172.16.0.0/16 Cleaning on node 127.0.0.1 9910 etcd stop/waiting Connection to 127.0.0.1 closed. Done root@stratos:~/kubernetes/cluster# KUBERNETES_PROVIDER=ubuntu ./kube-up.sh Starting cluster using provider: ubuntu … calling verify-prereqs Identity added: /root/.ssh/id_rsa (/root/.ssh/id_rsa) … calling kube-up FLANNEL_NET 172.16.0.0/16 Deploying master […]

守护进程的错误响应:没有这样的容器:dionaea

我正在研究T-Pot 16.03,这是一个以dockerised格式工作的蜜jar,用于研究目的。 这是运行在Ubunutu 14.04.4 LTS。 View post on imgur.com 正如你所看到的,集装箱dionaea已经无缘无故停止工作。 在过去的三天里,我没有从机器上修改任何东西,除了我让它连续运行3-6小时。 我尝试重新启动docker容器,但我被给错误: 无法杀死容器(dionaea):来自守护进程的错误响应:没有这样的容器:dionaea 这是输出命令sudodocker重新启动dionaea时输出 我能做什么?

Docker – Mac OSX Ubuntu在apt-get更新失败

我使用的是Ubuntu Docker镜像: ubuntu:14.04 我想更新我的树使用: RUN apt-get update 但是我不断收到这个错误: W: GPG error: http://archive.ubuntu.com trusty Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 16126D3A3E5C1192 W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/main/binary-amd64/Packages Hash Sum mismatch E: Some index files failed to download. They have been ignored, or old ones used instead. 我尝试了几种方法,包括apt-get clean和RUN […]

System.IO.FileNotFoundException:无法加载文件或程序集“System.Net.Security,Version = 4.0.0.0

我已经在ASP.NET Core中创build了具有目标框架dnxcore50的WebAPI项目。 我的解决scheme中有四个项目。 WebAPI – 包含API方法 Core – 包含IRepository,IDataContext接口和基类,以便与Dapper进行Postgresql通信 DataAccess – 包含域的存储库类 域 – 包含域模型 我的应用程序使用Postgresql数据库来存储数据,而在应用程序端,我使用了dapper和npgsql nuget包来执行Postgresql数据库操作。 一切都在Windows环境中工作,之后,我尝试在Ubuntu 14.04和遇到“超时问题”,同时在npgsql执行select查询,但我解决了,通过使用github问题中提到的解决scheme,并在此之后,一切工作完美的Ubuntu机器也。 所以,我想我们试图在Docker中运行WebAPI,为此我创build了Docker镜像,并成功地运行了,但不幸的是,当我调用select API方法调用域存储库的时候,我得到了一些新的(比较ubuntu 14.04)错误通过使用dapper和npgsql从Postgrespl中select数据。 fail: Microsoft.AspNet.Server.Kestrel[13] An unhandled exception was thrown by the application. System.IO.FileNotFoundException: Could not load file or assembly 'System.Net.Security, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified. […]

无法将图像推送到Dockerhub

尽pipe我成功loginDockerhub,但无法将错误信息推送到我的图像中: unauthorized: authentication required. docker未经授权的支持方式:需要身份validation – 成功login后推送无法处理我的问题。 有人说,也许这是http问题,但我不明白我能做什么。 你可以帮帮我吗? PS我的docker版本是1.11.1 /我使用Ubuntu的

无法连接到Ubuntu 14.04上的Docker守护进程

我有一个安装Ubuntu的VPS托pipe Description: Ubuntu 14.04.3 LTS Release: 14.04 Codename: trusty 内核版本是3.13.0-* 我试图安装docker,我经历了这里提到的所有步骤,一切安装和工作正常,除了这个: 对于Ubuntu Trusty,Wily和Xenial,build议安装linux-image-extra内核包。 linux-image-extra软件包允许使用aufs存储驱动程序。 为你的内核版本安装linux-image-extra软件包 sudo apt-get install linux-image-extra – $(uname -r) 当我试图运行这个命令时,我被告知 E: Unable to locate package linux-image-extra-3.13.0-042stab113.17 E: Couldn't find any package by regex 'linux-image-extra-3.13.0-042stab113.17' 无论如何,似乎docker安装,我可以开始使用 service docker start 当我运行这个命令时,就是这么说的 docker start/running, process 12235 但是当我检查它的状态时,就是这么说的 docker stop/waiting 当我尝试启动hello-world容器时,它对我说 Cannot connect to the Docker […]

无法在Docker容器中为X11自动启动没有$ DISPLAY的dbus-daemon

我试图在Docker Ubuntu的容器中安装OpenJDK8,但我仍然收到这个错误: (gconftool-2:4389): GConf-WARNING **: Client failed to connect to the D-BUS daemon: Unable to autolaunch a dbus-daemon without a $DISPLAY for X11 我怎样才能解决这个错误?

在Ubuntu下无法运行Ecplise Che

我想在远程ubuntu 14.04服务器上安装Eclipse Che IDE。 在这里我做了什么: 从我的笔记本电脑打开SSH会话到Ubuntu服务器,login为“useradm” 遵循这个URL来安装docker 在/ home / useradm /我从这里下载一个TAR.GZ文件 跑了bin/che.sh -i run ,得到这个: Starting Che server in docker container named che. A Docker container named che does not exist or duplicate conflict was discovered. Cleaning up any zombie containers named che… Pulling the Docker image labeled codenvy/che:latest… latest: Pulling from codenvy/che 72b39c1d4615: […]

docker的主机不能连接互联网

题 在使用命令运行sudo docker network create –driver bridge hadoop的主机上创build桥接networking后: sudo docker network create –driver bridge hadoop then 主机无法连接互联网,但可以连接我公司的本地networking docker集装箱可以连接互联网和本地networking 但是,如果我使用命令删除hadoop桥networking: sudo docker network rm hadoop 那么主机networking一切正常 所以任何人都可以帮助我在创build用户定义的网桥时使主机networking恢复正常吗? 系统信息 docker版本: 1.11.2 操作系统: Ubuntu 16.04

Docker:错误创buildaufs挂载到/ var / lib / docker / aufs / mnt / 15396ee0f38d161382f104e11c94b6ca0efafe10f9952e1dfba4f548009fbe59-init:无效参数

我正在尝试构build一个Docker虚拟机并不断得到错误: 创buildaufs挂载到/ var / lib / docker / aufs / mnt / 15396ee0f38d161382f104e11c94b6ca0efafe10f9952e1dfba4f548009fbe59-init时出错:无效参数 我在Ubuntu 14上使用Docker版本1.11.2,build b9f10c9。 以下是Dockerimage的代码: FROM ubuntu:trusty MAINTAINER Fernando Mayo <fernando@tutum.co>, Feng Honglin <hfeng@tutum.co> # Install packages ENV DEBIAN_FRONTEND noninteractive RUN apt-get update && \ apt-get -y install vim supervisor git curl unzip apache2 libapache2-mod-php5 pwgen php-apc php5-mcrypt php5-mysql php5-curl&& \ echo "ServerName […]