Update docker.md
Updated the command to reflect current syntax.
This commit is contained in:
parent
78484a2352
commit
7450b653fa
|
@ -11,11 +11,11 @@ Download and run the ENiGMA½ BBS image:
|
||||||
|
|
||||||
docker run -d \
|
docker run -d \
|
||||||
-p 8888:8888 \
|
-p 8888:8888 \
|
||||||
davestephens\enigma-bbs
|
davestephens/enigma-bbs:latest
|
||||||
|
|
||||||
As no config has been supplied the container will use a basic one so that it starts successfully. Note that as no persistence
|
As no config has been supplied the container will use a basic one so that it starts successfully. Note that as no persistence
|
||||||
directory has been supplied, once the container stops any changes made will be lost!
|
directory has been supplied, once the container stops any changes made will be lost!
|
||||||
|
|
||||||
## Customised Docker Setup
|
## Customised Docker Setup
|
||||||
|
|
||||||
TBC using Docker Compose
|
TBC using Docker Compose
|
||||||
|
|
Loading…
Reference in New Issue