Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit 94010e4

Browse files
committed
Merge pull request #41 from gdevillele/explain_command_prompt
readme: add explaination about the MC command prompt
2 parents 8d2adc0 + bdf7f76 commit 94010e4

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ A simple Minecraft Docker client, to visualize and manage Docker containers.
88

99
[YouTube video](http://www.youtube.com/watch?v=eZDlJgJf55o)
1010

11-
> WARNING: Please use DockerCraft on your local machine only.
12-
> It currently doesn't support authentication. Every player
13-
> should be considered a root user!
11+
> WARNING: Please use Dockercraft on your local machine only.
12+
> It currently doesn't support authentication.
13+
> Every player should be considered a root user!
1414
1515
## How to run Dockercraft
1616

@@ -53,6 +53,12 @@ A simple Minecraft Docker client, to visualize and manage Docker containers.
5353
You should see at least one container in your world, which is the one hosting your Dockercraft server.
5454

5555
You can start, stop and remove containers interacting with levers and buttons. Some Docker commands are also supported directly via Minecraft's chat window, which is displayed by pressing the `T` key (default) or `/` key.
56+
57+
> A command always starts with a `/`.
58+
>
59+
> If you open the prompt using the `/` key, it will be prefilled with a `/` character, but if you open it with the `T` key, it will not be prefilled and you will have to type a `/` yourself before typing your docker command.
60+
>
61+
> example: `/docker run redis`.
5662
5763
![Dockercraft](../master/docs/img/landscape.png?raw=true)
5864

0 commit comments

Comments
 (0)