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
|
```yaml
|
||||||
services:
|
services:
|
||||||
yggdrasil:
|
yggdrasil:
|
||||||
|
build:
|
||||||
|
context: https://git.bitdeals.org/private/yggdrasil.git
|
||||||
|
dockerfile: ./docker/Dockerfile
|
||||||
|
image: registry.bitdeals.org/yggdrasil
|
||||||
cap_add:
|
cap_add:
|
||||||
- NET_ADMIN
|
- NET_ADMIN
|
||||||
devices:
|
devices:
|
||||||
@@ -36,7 +40,7 @@ docker run \
|
|||||||
--volume "./yggdrasil.conf:/etc/yggdrasil/yggdrasil.conf" \
|
--volume "./yggdrasil.conf:/etc/yggdrasil/yggdrasil.conf" \
|
||||||
--sysctl "net.ipv6.conf.all.disable_ipv6=0" \
|
--sysctl "net.ipv6.conf.all.disable_ipv6=0" \
|
||||||
--mac-address "52:2a:ed:47:e9:25" \
|
--mac-address "52:2a:ed:47:e9:25" \
|
||||||
yggdrasil
|
registry.bitdeals.org/yggdrasil
|
||||||
```
|
```
|
||||||
|
|
||||||
# Parameters
|
# Parameters
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
services:
|
services:
|
||||||
yggdrasil:
|
yggdrasil:
|
||||||
build:
|
build:
|
||||||
context: https://git.bitdeals.org/private/yggdrasil.git
|
context: ./docker
|
||||||
dockerfile: ./docker/Dockerfile
|
dockerfile: Dockerfile
|
||||||
image: registry.bitdeals.org/yggdrasil
|
image: registry.bitdeals.org/yggdrasil
|
||||||
environment:
|
environment:
|
||||||
- BIND_PORT=
|
- BIND_PORT=
|
||||||
|
|||||||
Reference in New Issue
Block a user