Skip to content

Commit

Permalink
Tidy DIND config
Browse files Browse the repository at this point in the history
  • Loading branch information
dave-lang committed Jul 31, 2023
1 parent 218b24d commit 6a5d40c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 15 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ This environment has webmin and docker already installed, along with a very basi

Use `docker exec -it webmin_master /bin/bash` to get a SSH console.

Docker will not be running by default, use `dockerd` to run it, Ctrl+C to stop.

To setup the test DinD container
Docker will not be running by default, use `dockerd` to run it, Ctrl+C to stop. Start the internal container via:
1. `cd dind`
2. `docker-compose up -d`
7 changes: 0 additions & 7 deletions tools/dind/Dockerfile

This file was deleted.

9 changes: 4 additions & 5 deletions tools/dind/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
version: '3.5'
name: 'webmin'
services:
webmin:
container_name: internal_test
privileged: true
build:
context: ./
container_name: ubuntu
image: ubuntu:18.04
restart: on-failure
command: ["sleep","infinity"]

0 comments on commit 6a5d40c

Please sign in to comment.