From bae3f6aec0dd30c2c9b4852afca761345bf5ecb3 Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Sat, 6 Feb 2021 03:18:45 +0000 Subject: [PATCH] updated README.md --- codepot/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/codepot/README.md b/codepot/README.md index 4091935c..4c692551 100644 --- a/codepot/README.md +++ b/codepot/README.md @@ -11,13 +11,15 @@ The easiest wasy to get codepot up and running is to run it in docker. You may pull the image from the Docker Hub and run a container from the image. -For example, +For example, you may run the following commands to start the container. ``` $ docker pull hyunghwan/codepot:ubnt20.04 $ docker run -dit --restart unless-stopped --name codepot -p 7000:80 hyunghwan/codepot:ubnt20.04 ``` +Then you can open a web browser to http://docker-host-address:7000/ to access the codepot system. + The image runs the apache2 server in the foreground by default. You may open a shell session to configure various aspects of codepot.