Skip to content

A Docker image for running the legacy AOL Instant Messenger (AIM) and IRC client 'pork' by Ryan McCabe

License

Notifications You must be signed in to change notification settings

jgknight/docker-pork

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Docker Image for Pork

A Docker image for running the legacy AOL Instant Messenger (AIM) and IRC client 'pork' by Ryan McCabe.

For now this uses the binary from the Debian Stretch archives, which was the last Debian release to include it. It's very outdated and there are features that likely don't work.

Running Pork

You can run pork by issuing the following

docker run -v /Users/me/porkfiles:/root \
    -e AIM_SERVER='aim.chivanet.org' \
    -it jgknight/pork:latest

Once it's running, you can issue /help to see the available commands.

/connect myusername
/away I'm not here!
/buddy add_group Bots
/buddy add smartersmarterchild Bots
/profile Welcome to my Profile, <b>%n!</b>
/msg smartersmarterchild Hello!

Pork supports specifying the following env variables (-e):

  • AIM_SERVER - address of the OSCAR host to connect to
  • AIM_PORT - port number of the OSCAR host to connect to

While the original AIM servers are long gone, you can connect to modern open source servers such as running your own Retro AIM Server, or using a public AIM service such as ChivaNet Internet Services.

To Do

  • Automate pushing to Docker Hub from GitHub
  • Compile from source on a modern OS image
  • Collect useful Perl scripts

About

A Docker image for running the legacy AOL Instant Messenger (AIM) and IRC client 'pork' by Ryan McCabe

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages