Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Commit

Permalink
use weaveworks/ignite-ubuntu instead of centos for ssh server
Browse files Browse the repository at this point in the history
  • Loading branch information
silenceshell committed Sep 3, 2019
1 parent 2485bcc commit 08ac53f
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion cmd/ignite/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ func NewIgniteCommand(in io.Reader, out, err io.Writer) *cobra.Command {
Example usage:
$ ignite run weaveworks/ubuntu \
$ ignite run weaveworks/ignite-ubuntu \
--cpus 2 \
--memory 2GB \
--ssh \
Expand Down
2 changes: 1 addition & 1 deletion cmd/ignite/cmd/vmcmd/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ func NewCmdCreate(out io.Writer) *cobra.Command {
/host/path:/vm/path.
Example usage:
$ ignite create weaveworks/ubuntu \
$ ignite create weaveworks/ignite-ubuntu \
--name my-vm \
--cpus 2 \
--ssh \
Expand Down
2 changes: 1 addition & 1 deletion cmd/ignite/cmd/vmcmd/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ func NewCmdRun(out io.Writer) *cobra.Command {
specified to immediately attach to the started VM after creation.
Example usage:
$ ignite run weaveworks/ubuntu \
$ ignite run weaveworks/ignite-ubuntu \
--interactive \
--name my-vm \
--cpus 2 \
Expand Down
2 changes: 1 addition & 1 deletion docs/cli/ignite/ignite.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Combining an Image and a Kernel gives you a runnable VM.

Example usage:

$ ignite run weaveworks/ubuntu \
$ ignite run weaveworks/ignite-ubuntu \
--cpus 2 \
--memory 2GB \
--ssh \
Expand Down
2 changes: 1 addition & 1 deletion docs/cli/ignite/ignite_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ can be added to the VM during creation with the syntax
/host/path:/vm/path.

Example usage:
$ ignite create weaveworks/ubuntu \
$ ignite create weaveworks/ignite-ubuntu \
--name my-vm \
--cpus 2 \
--ssh \
Expand Down
2 changes: 1 addition & 1 deletion docs/cli/ignite/ignite_run.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ create and start a VM. The interactive flag (-i, --interactive) can be
specified to immediately attach to the started VM after creation.

Example usage:
$ ignite run weaveworks/ubuntu \
$ ignite run weaveworks/ignite-ubuntu \
--interactive \
--name my-vm \
--cpus 2 \
Expand Down
2 changes: 1 addition & 1 deletion docs/cli/ignite/ignite_vm_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ can be added to the VM during creation with the syntax
/host/path:/vm/path.

Example usage:
$ ignite create weaveworks/ubuntu \
$ ignite create weaveworks/ignite-ubuntu \
--name my-vm \
--cpus 2 \
--ssh \
Expand Down
2 changes: 1 addition & 1 deletion docs/cli/ignite/ignite_vm_run.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ create and start a VM. The interactive flag (-i, --interactive) can be
specified to immediately attach to the started VM after creation.

Example usage:
$ ignite run weaveworks/ubuntu \
$ ignite run weaveworks/ignite-ubuntu \
--interactive \
--name my-vm \
--cpus 2 \
Expand Down

0 comments on commit 08ac53f

Please sign in to comment.