Skip to content

Commit

Permalink
rename files in build/.
Browse files Browse the repository at this point in the history
  • Loading branch information
ericwq committed Feb 20, 2024
1 parent 0b10912 commit 400b76e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions build/abuild.md → build/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ build testing container.
docker build --build-arg ROOT_PWD=password \
--build-arg USER_PWD=password \
--build-arg SSH_PUB_KEY="$(cat ~/.ssh/id_rsa.pub)" \
--progress plain -t abuild:0.1.1 -f abuild-openrc.dockerfile .
--progress plain -t openrc:0.1.0 -f openrc.dockerfile .
```

start test container
Expand All @@ -141,7 +141,7 @@ docker run --env TZ=Asia/Shanghai --tty --privileged --volume /sys/fs/cgroup:/sy
--mount source=proj-vol,target=/home/ide/proj \
--mount type=bind,source=/Users/qiwang/dev,target=/home/ide/develop \
-h openrc-abuild --name openrc-abuild -d -p 8022:22 -p 60100:60000/udp -p 60101:60001/udp -p 60102:60002/udp \
-p 60103:60003/udp abuild:0.1.1
-p 60103:60003/udp openrc:0.1.0
```
## reference

Expand Down

0 comments on commit 400b76e

Please sign in to comment.