News

This is a quick proof of concept to demonstrate two items I recently mentioned to colleagues. The first item was that it is quite easy to spin up a SQL Server instance inside of a docker container and ...
Add a bind mount to the samp_db service for a file called init.sql, that populates the database with data on initialisation. volumes: - ./init.sql:/docker-entrypoint ...
Docker Compose depends on the docker-compose.yml file (which can, in turn, work in conjunction with the tried-and-true Dockerfile). I’m going to break this down for you, in simplest terms ...
At DockerCon, a demo during a keynote shows Visual Studio Code capable of editing of Docker Compose files via an extension that will be available at the next update. Visual Studio Code isn't quite ...