UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 90fd3cec authored by evan.rush's avatar evan.rush :speech_balloon:
Browse files

updated synker docs to align with 1.4 changes

parent 21a5eee1
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 @@ ...@@ -3,23 +3,12 @@
## Prerequisite ## Prerequisite
- `images.tar.gz` from [Big Bang Releases](https://repo1.dso.mil/platform-one/big-bang/bigbang/-/releases) - `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 - 40gb disk space
- docker - docker
## Usage ## Usage
Package registry to take airgap Unpack
```
docker save -o registry.tar registry:2
```
Load registry in airgap
```
docker load < registry.tar
```
Unpack images
``` ```
tar -xvf images.tar.gz tar -xvf images.tar.gz
``` ```
...@@ -27,6 +16,7 @@ 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 Start a local registry based on the images we just unpacked
``` ```
cd ./var/lib/registry cd ./var/lib/registry
docker load < registry.tar
docker run -p 25000:5000 -v $(pwd):/var/lib/registry registry:2 docker run -p 25000:5000 -v $(pwd):/var/lib/registry registry:2
# verify the registry mounted correctly # verify the registry mounted correctly
curl http://localhost:25000/v2/_catalog -k 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