mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
docker-outside-of-docker
This commit is contained in:
parent
15a795c7ca
commit
234465fbe4
2 changed files with 2 additions and 2 deletions
|
@ -1,12 +1,13 @@
|
|||
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
|
||||
// README at: https://github.com/devcontainers/templates/tree/main/src/alpine
|
||||
{
|
||||
"name": "Alpine",
|
||||
"name": "ansible",
|
||||
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
|
||||
//"image": "mcr.microsoft.com/devcontainers/base:ubuntu",
|
||||
"service": "ansible",
|
||||
"dockerComposeFile": "docker-compose.yml",
|
||||
"features": {
|
||||
"ghcr.io/devcontainers/features/docker-outside-of-docker:1": {},
|
||||
"ghcr.io/devcontainers-contrib/features/ansible:2": {}
|
||||
},
|
||||
|
||||
|
|
|
@ -5,5 +5,4 @@ services:
|
|||
image: mcr.microsoft.com/devcontainers/base:ubuntu
|
||||
volumes:
|
||||
- ..:/workspaces/ansible_collections/community/general
|
||||
restart: always
|
||||
command: sleep infinity
|
Loading…
Reference in a new issue