Skip to content

L0g0ff/dockerwordpress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Powerdock

A personal containerized Powershell learning and development environment.

Motivation

Install, explore, test, validate and break stuff without worrying about damaging anything other than the environment inside the container.

prerequisites

Installation

git clone https://github.com/michael-akkermans/powerdock.git
cd powerdock
docker-compose up -d

How to use?

Attach with shell:

docker exec -it wordpress /bin/bash

Bring him down and delete all the images

docker-compose down
docker images -a -q | xargs docker rmi -f

Attach with VScode:

Read this how to.

  • Attach VScode to running container
  • Select File->Option->Open Workspace
  • Select /development/workspace/default.code-workspace

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published