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

Commit

Permalink
Use the right image name. Use container name
Browse files Browse the repository at this point in the history
  • Loading branch information
João Ferreira committed Jul 28, 2019
1 parent 9049f8f commit 46426b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The idea is to have a way to create servers for [The Classic Pack](https://www.t

The command to start the server:
```
docker run -dti -p 25565:25565 tcpdocker
docker run -dti --name theclassipack_server -p 25565:25565 theclassicpack
```

Note that the `ti` options are required to allow the admins to access the server console.
Expand All @@ -16,7 +16,7 @@ Note that the `ti` options are required to allow the admins to access the server
To access the server console run:

```
docker attach <container_name>
docker attach theclassipack_server
```

To exit **do not** run `CTRL+c`, instead use the key combination `CTRL+p` followed by `CTRL+q`

0 comments on commit 46426b5

Please sign in to comment.