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

Commit 78fd919

Browse files
committed
Merge pull request #39 from dave-tucker/warning
Add warning about use in production
2 parents 629d590 + 2a8bb21 commit 78fd919

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ 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!
14+
1115
## How to run Dockercraft
1216

1317
1. **Install Minecraft: [minecraft.net](https://minecraft.net)**

world/motd.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1-
@6Welcome to the MCServer test server!
2-
@6http://www.mc-server.org/
3-
@6Type /help for all commands
1+
@9Welcome to Dockercraft!
2+
@9https://github.com/docker/dockercraft
3+
@cWarning: Use on your local machine only
4+
@cDockercraft is not safe for use on production servers
5+
@9Type /docker to use docker CLI commands!

0 commit comments

Comments
 (0)