2016-04-07 35 views
1

Meine Umgebung installieren:kann nicht Bluemix Container CLI (cf ic) unter Windows 10

  • Microsoft Windows 10 64-Bit-
  • Docker, Version 1.10.3, bauen 20f81dd, installiert von Docker Toolbox
  • CloudFoundry CLI, CF Version 6.16.1 + 924508c-2016.2.26
  • Bluemix CLI, bx Version 0.3.1-5206a18-2016-03-01T08: 16: 52 + 00: 00

I ty ped diesen Befehl cf install-plugin https://static-ice.ng.bluemix.net/ibm-containers-windows_x64.exe unter CMD und Boot2Docker VM, um cf ic Plugin zu installieren, das im offiziellen Leitfaden erwähnt wird. Das Ergebnis ist "Exit-Status 2".

Ausgang:

Attempting to download binary file from internet address... 
10325504 bytes downloaded... 
Installing plugin C:\Users\myusername\AppData\Local\Temp\ 
ibm-containers-windows_x64.exe... 
FAILED exit status 2 

Was "Exit-Status 2" eine Möglichkeit ist? Ich habe einen Abschnitt gefunden, der im Fehlerbehebungsdokument "Exit Status 1" erwähnt. Es gibt jedoch keine Informationen über "Exit Status 1".

Ich habe alle Programme mit den Standardeinstellungen installiert und das cf ic-Plugin nicht richtig installiert.

Wie behebt man dieses Problem?

+0

Boot2Docker für Windows veraltet ist Wie auch immer Sie hat prüfen, ob die cf cli auf Ihrer Umgebung verfügbar ist? Ausführen cf -v –

+0

Das Dienstprogramm cf ist in Ordnung. Es war das cf ic plugin, das die Installation fehlschlug. Ich denke, es ist ein Inkompatibilitätsproblem mit Windows 10. – Felismania

Antwort

1

das neue bx-Plugin installieren, die Behälter umfassen verfügen zu: http://clis.ng.bluemix.net/ui/home.html

bx ic help 

USAGE: 
    bluemix ic COMMAND [COMMAND OPTIONS] [ARGUMENTS...] 

IBM Containers commands: 


attach(Docker)  Attach to a running container 
build(Docker)  Build an image from a Dockerfile 
create(Docker)  Create a new container 
cpi     Copy image 
exec(Docker)  Run a command in a running container 
groups    List all container groups 
group-inspect  View the info of specified container group 
group-instances  List instances of specified container group 
group-create  Create a new container group 
group-update  Update an existing container group 
group-remove  Remove a container group 
images(Docker)  List images 
inspect(Docker)  Return low-level information on a container or image 
info    Display information about IBM Containers 
init    Initialize IBM Containers CLI 
ips     List all IP addresses 
ip-request   Request an IP address 
ip-release   Release an IP address 
ip-bind    Bind an IP address to a container instance 
ip-unbind   Unbind an IP address from a container instance 
kill(Docker)  Kill a running container 
namespace-get  Get current container namespace 
namespace-set  Set container namespace 
pause(Docker)  Pause all processes within a container 
port(Docker)  List port mappings or a specific mapping for the container 
ps(Docker)   List containers 
restart(Docker)  Restart a running container 
rm(Docker)   Remove one or more containers 
rmi(Docker)   Remove one or more images 
run(Docker)   Run a command in a new container 
route-map   Map a route to container group 
route-unmap   Unmap a route from container group 
start(Docker)  Start a stopped container 
stats(Docker)  Display a live stream of container(s) resource usage statistics 
stop(Docker)  Stop a running container 
top(Docker)   Display the running processes of a container 
unpause(Docker)  Unpause a paused container 
volumes    List all volumes 
volume-inspect  View the info of specified volume 
volume-create  Create a new volume 
volume-remove  Remove a volume 
volume-fs   List filesystems 
volume-fs-create Create a new filesystem 
volume-fs-remove Remove a filesystem 
volume-fs-inspect Inspect a filesystem 
volume-fs-flavors List filesystem flavors 
version(Docker)  Show the Docker version information 
wait(Docker)  Block until a container stops, then print its exit code 
help 
Verwandte Themen