We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39a2951 commit f278d78Copy full SHA for f278d78
1 file changed
opencog/claude-code/Dockerfile
@@ -3,8 +3,13 @@
3
#
4
# Usage:
5
# 1. docker build -t opencog/claude-code .
6
-# 2. docker create --name aclaw --hostname aclaw -it opencog/claude-code
+# 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
11
# 3. docker start -i aclaw
12
+
13
14
ARG OS_VERSION=latest
15
# We don't actually need the python stuff, and python is heavyweight.
0 commit comments