Skip to content

Commit

Permalink
misc: remove outdated example doc
Browse files Browse the repository at this point in the history
These docs and configs are poorly maintained, and it also can be
replaced by the doc https://github.com/dragonflyoss/image-service/blob/master/docs/containerd-env-setup.md.

Signed-off-by: Yan Song <[email protected]>
  • Loading branch information
imeoer committed Oct 8, 2023
1 parent d7b1851 commit 6715894
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 527 deletions.
12 changes: 0 additions & 12 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ docker-nydusify-image-test: docker-static
-v $(current_dir):/nydus-rs $(dind_cache_mount) nydusify-smoke TestDockerHubImage

# Run integration smoke test in docker-in-docker container. It requires some special settings,
# refer to `misc/example/README.md` for details.
docker-smoke: docker-nydus-smoke docker-nydusify-smoke

contrib-build: nydusify ctr-remote nydus-overlayfs
Expand Down Expand Up @@ -223,14 +222,3 @@ nydus-overlayfs-clean:
docker-static:
docker build -t nydus-rs-static --build-arg RUST_TARGET=${RUST_TARGET_STATIC} misc/musl-static
docker run --rm ${CARGO_BUILD_GEARS} -e RUST_TARGET=${RUST_TARGET_STATIC} --workdir /nydus-rs -v ${current_dir}:/nydus-rs nydus-rs-static

docker-example: all-static-release
cp ${current_dir}/target/${RUST_TARGET_STATIC}/release/nydusd misc/example
cp ${current_dir}/target/${RUST_TARGET_STATIC}/release/nydus-image misc/example
cp contrib/nydusify/cmd/nydusify misc/example
docker build -t nydus-rs-example misc/example
@cid=$(shell docker run --rm -t -d --privileged $(dind_cache_mount) nydus-rs-example)
@docker exec $$cid /run.sh
@EXIT_CODE=$$?
@docker rm -f $$cid
@exit $$EXIT_CODE
312 changes: 0 additions & 312 deletions docs/tutorial.md

This file was deleted.

4 changes: 0 additions & 4 deletions misc/example/.gitignore

This file was deleted.

25 changes: 0 additions & 25 deletions misc/example/Dockerfile

This file was deleted.

68 changes: 0 additions & 68 deletions misc/example/README.md

This file was deleted.

9 changes: 0 additions & 9 deletions misc/example/container-config.yaml

This file was deleted.

25 changes: 0 additions & 25 deletions misc/example/containerd-config.toml

This file was deleted.

17 changes: 0 additions & 17 deletions misc/example/containerd-entrypoint.sh

This file was deleted.

1 change: 0 additions & 1 deletion misc/example/crictl.yaml

This file was deleted.

28 changes: 0 additions & 28 deletions misc/example/nydusd-config.json

This file was deleted.

11 changes: 0 additions & 11 deletions misc/example/pod-config.yaml

This file was deleted.

15 changes: 0 additions & 15 deletions misc/example/run.sh

This file was deleted.

0 comments on commit 6715894

Please sign in to comment.