Add base busybox image, tag it
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
services:
|
||||
gentoo-base-busybox:
|
||||
image: registry.ceamac.ro/gentoo-base-busybox
|
||||
restart: always
|
||||
build:
|
||||
context: .
|
||||
dockerfile: base.busybox.Dockerfile
|
||||
tags:
|
||||
- "registry.ceamac.ro/gentoo-base-busybox"
|
||||
|
||||
command: /bin/sh
|
||||
#stdin_open: true
|
||||
#tty: true
|
||||
Reference in New Issue
Block a user