Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleanup unused docker related files in this repository #548

Merged
merged 1 commit into from
May 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 0 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,22 +50,3 @@ The following script can be used to build a host image for Google Compute Engine

[Check out the AOSP tree](https://source.android.com/setup/build/downloading)
to obtain the script.

## Docker

The Debian packages can also be built in a docker container. Dockerfile and
build scripts are included in this repository, just run:

```
docker/build.sh --build_debs_only --rebuild_debs_verbose
```

The command will build the container, if needed, that builds the Debian packages,
and builds the Debian packages within the container. The resultant packages will
be located under the ```docker/out``` directory.

This repository also contains a Dockerfile that can be used to construct an
image for a privileged Docker container, which in turn can boot the cuttlefish
device. Such an image allows one to develop for Cuttlefish without having to
install a number of packages directly on the host machine. For more details,
read the [docker instructions](docker/README.md).
7 changes: 0 additions & 7 deletions docker/.gitignore

This file was deleted.

122 changes: 0 additions & 122 deletions docker/Dockerfile

This file was deleted.

94 changes: 0 additions & 94 deletions docker/GPU.md

This file was deleted.

Loading
Loading