add registry
This commit is contained in:
@@ -13,6 +13,10 @@ Here are some example snippets to help you get started creating a container.
|
||||
```yaml
|
||||
services:
|
||||
yggdrasil:
|
||||
build:
|
||||
context: https://git.bitdeals.org/private/yggdrasil.git
|
||||
dockerfile: ./docker/Dockerfile
|
||||
image: registry.bitdeals.org/yggdrasil
|
||||
cap_add:
|
||||
- NET_ADMIN
|
||||
devices:
|
||||
@@ -36,7 +40,7 @@ docker run \
|
||||
--volume "./yggdrasil.conf:/etc/yggdrasil/yggdrasil.conf" \
|
||||
--sysctl "net.ipv6.conf.all.disable_ipv6=0" \
|
||||
--mac-address "52:2a:ed:47:e9:25" \
|
||||
yggdrasil
|
||||
registry.bitdeals.org/yggdrasil
|
||||
```
|
||||
|
||||
# Parameters
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
services:
|
||||
yggdrasil:
|
||||
build:
|
||||
context: https://git.bitdeals.org/private/yggdrasil.git
|
||||
dockerfile: ./docker/Dockerfile
|
||||
context: ./docker
|
||||
dockerfile: Dockerfile
|
||||
image: registry.bitdeals.org/yggdrasil
|
||||
environment:
|
||||
- BIND_PORT=
|
||||
|
||||
Reference in New Issue
Block a user