Skip to content

Commit e6d5dc3

Browse files
authored
Update docker install instructions
1 parent 5cb63e8 commit e6d5dc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ Three images can be built with the Dockerfile:
143143
#### Start a container
144144
Each Iguana docker image can be started with the following command:
145145
```bash
146-
docker exec -d \
146+
docker run -d \
147147
-p 80:8000 \
148148
-v <data_directory>:/files \
149149
-e TZ=<time zone> \

0 commit comments

Comments
 (0)