Skip to content

Commit f278d78

Browse files
committed
Update notes for more convnient docker create form
1 parent 39a2951 commit f278d78

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

opencog/claude-code/Dockerfile

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,13 @@
33
#
44
# Usage:
55
# 1. docker build -t opencog/claude-code .
6-
# 2. docker create --name aclaw --hostname aclaw -it opencog/claude-code
6+
# 2. docker create --name aclaw --hostname aclaw
7+
# -p 17001:17001 -p 18080:18080 -p 18081:18081
8+
# -v /home/linas/src-aclaw/:/home/opencog/src
9+
# -w /home/opencog/
10+
# -it opencog/claude-code
711
# 3. docker start -i aclaw
12+
813
#
914
ARG OS_VERSION=latest
1015
# We don't actually need the python stuff, and python is heavyweight.

0 commit comments

Comments
 (0)