Updating Dwarf Fortress in Docker container

August 14, 2016

If you’re running DF Remote in a Docker container, below are the instructions to update to the latest version of Dwarf Fortress acheter du viagra pharmacie.

  1. Find the name of your container. It may be df1 if you followed standard instuctions. Otherwise, use docker ps command and use your name in place of df1 in following commands.

  2. Make sure you have saved your game and stop the container: docker stop df1

  3. Update server image: docker pull mifki/dfremote

  4. Start a new container using the same data folder: docker run -dtp 1235:1235/udp --volumes-from df1 --restart=unless-stopped --name=df_new mifki/dfremote and set a password: docker exec df_new ./dfhack-run remote pwd "YOUR_PWD_HERE"

  5. Make sure you can connect to the new server

  6. Delete the old container: `docker delete df1` and rename the new container to the old or standard name, if you wish: docker rename df_new df1