Posts in docker

  • https://docs.docker.com/network/host/
  • https://docs.docker.com/get-started/
  • https://github.com/docker/awesome-compose/tree/master/wireguard
  • ...
password="1YelloDog@"
pass=$(perl -e 'print crypt($ARGV[0], "password")' $password)
echo "$pass"

External Resources

  • ...

replace <password1> with your own password

```yaml version: "3" services: answer: image: answerdev/answer ...

General Commands

docker images
docker pull
docker create
docker ps
docker attach 3378689f2069

Deleting, cleanup

```bash docker run —rm image_name docker system ...

Introduction

This article shows the following:

  • How to create a custom user in a dockerfile
  • ...

Health Check

by danaukes

...

From here

  1. Install and test

    ```bash sudo apt remove ...