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