UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 621ca5cd authored by Eric Goode's avatar Eric Goode
Browse files

Merge branch '317-airgap-documentation' of...

Merge branch '317-airgap-documentation' of https://repo1.dso.mil/platform-one/big-bang/bigbang into 317-airgap-documentation
parents 9164186e 90fd3cec
No related branches found
No related tags found
1 merge request!363Moved over resources from /big-bang/terraform-modules/air-gap-deployment
......@@ -3,23 +3,12 @@
## Prerequisite
- `images.tar.gz` from [Big Bang Releases](https://repo1.dso.mil/platform-one/big-bang/bigbang/-/releases)
- `registry:2`, directions below to package dependency
- 40gb disk space
- docker
## Usage
Package registry to take airgap
```
docker save -o registry.tar registry:2
```
Load registry in airgap
```
docker load < registry.tar
```
Unpack images
Unpack
```
tar -xvf images.tar.gz
```
......@@ -27,6 +16,7 @@ tar -xvf images.tar.gz
Start a local registry based on the images we just unpacked
```
cd ./var/lib/registry
docker load < registry.tar
docker run -p 25000:5000 -v $(pwd):/var/lib/registry registry:2
# verify the registry mounted correctly
curl http://localhost:25000/v2/_catalog -k
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment