Atlassian Confluence in Docker
Recently I’ve been tasked to set up Confluence server installation. One of my friends was in need and I decided it would be nice to play a bit with the whole setup. As this is pro-bono and really not quite production install (meaning they use it, but it is not so downtime critical) there was a place to experiment with it a bit thus I decided to run Confluence in a Docker. Atlassian has pre-built image for confluence available via atlassian/confluence-server so that meant I haven’t had to compile image myself, which is most likely the best outcome since it should be easier to keep it up-to-date this way. ...