atom 1.5 from http://projekt.auml.se based on ppa:arune/auml-atom-daily build
1.1K
docker run --name atom-data v6net/atom-daily-data
Once run it will list the content of /etc/atom volume used to store the configuration (so it's safe if you accidentaly start it again). Keep it safe as it stores the Atom1.5 configuration!
docker run --name atom --volumes-from atom-data -d -e CANNET=udp:192.0.2.1:1100 -p 1100:1100/udp v6net/atom-daily
Add '-p 1200:1200' if you would like to connect atomd outside container (for example for installing new software to modules), '-p 1202:1202' if you would like to use atomic outside the container or '-e DEBUG=1' if you would like to have DEBUG loglevel.
You can run atomic inside running atomd container as well:
docker exec -ti atom atomic
Inspect the data container to locate the volume with configuration or simply enter:
cd $(docker inspect -f '{{(index .Mounts 0).Source }}' atom-data)
then you can edit the configuration and restart the atom container.
To upgrade you can simply docker stop atom; docker rm atom then run the new container as shown above. All the configuration is preserved in atom-data container.
Content type
Image
Digest
Size
78.2 MB
Last updated
almost 9 years ago
docker pull v6net/atom-daily